presLog

Last Updated : Aug 30, 2020 |
Prolog information
Use this script to enable or disable component level logging for the Presence Services application.

Syntax

presLog {[[-p <package,p2,p3,...,all>[-f]]]-l <level>} | -d | -r | -h]]
Options:
  • -p <package_list>: Displays the package names separated by commas and without any spaces.
  • -l <level>
  • —f: Redirects the package logging to an additional file. Available only with
  • —d: Displays all package settings.
  • —r: Resets all settings to default.
  • —h: Displays this help.

Sample output 1

# presLog -d
========================================================
Package          Level  Module   Description
========================================================
ac               ....            Availability Calculator
aes              ....            AES
auth             ....            Authentication
calendar         ....            Calendar
clustermonitor   ....            Cluster Monitor
collector        ....            Collector
common           ....            Common
datagrid         ....            Data Grid
dataobject       ....            Data Object
domino           ....            Domino
exchange         ....            Exchange
ews              ....            EWS
ews-http         ....            EWS-Http
interps          ....            Interps Federation
S4B              ....            S4B Federation
relay            ....            Fed Relay
sipfed           ....            Sip Federation
xmppfed          ....            XMPP Federation
messaging        ....            Message Archiver
migration        ....            Migration
model            ....            Model
om               ....            Operation Metrics
rest             ....            REST
servlet          ....            Servlet
sip              ....            SIP
smgr             ....            SMGR
utils            ....            Utils
xmpp             ....            XMPP
=================================================
Global presence package log level(....): ALL

Sample output 2

# presLog -p aes ALL
Update Packages: aes  Level: ALL

Sample output 3

# presLog -r
Reset level for all packages
Restart the Exchange collector for EWS traces to take effect