nhiSetAdvLog [ -h ] [ -rev ] -status - -clear <debugSettings> - -set <debugSettings> - -logPath <path>
-h (Optional) Displays this command usage.
-rev (Optional) Displays the eHealth software revision.
-status
(Optional) Displays the current Advanced Logging Settings
-clear <analyzeDb - arController - bsc - configuration - console - convPoller - db - dbLoad - dbRollup - dbSave - dbAnalysis - discover - fastPoller - importPoller - leBaseline - leHistory - le - messaging - notifier - oceServer - regStats- remoteCommServices - replDriver - replServer - respServer - reports - snmp - statsPoller>
(Optional) Clears Advanced Logging setting for specified programs; programs are specifed as a list separated by '-'; specifying "all" will clear advanced logging for all programss.
-set <analyzeDb - arController - bsc - configuration - console - convPoller - db - dbLoad - dbRollup - dbSave - dbAnalysis - discover - fastPoller - importPoller - leBaseline - leHistory - le - messaging - notifier - oceServer - regStats -remoteCommServices - replDriver - replServer - respServer - reports - snmp - statsPoller>
(Optional) Sets Advanced Logging setting for specified programs; programs are specifed as a list separated by '-'; specifying "all" will set advanced logging for all programs.
-logPath <path>
(Optional) Sets the file path for Advanced Logging.
The following example shows the current settings on the system:
nhiSetAdvLog -status
The following example sets debugging for all processes:
nhiSetAdvLog -set all
The following example sets debugging for specific processes:
nhiSetAdvLog -set "db-configuration"
The following example clears debugging for specific processes:
nhiSetAdvLog -clear "db-configuration"
.