Enabling logging of the Presentation Server


For troubleshooting purposes, you can enable debug logging for some or all loggers in the TrueSight Presentation Server.

This topic contains the following information:

Displaying a list of all loggers

Run the following command from the <Presentation Server installation directory>\truesightpserver\bin folder:

tssh logger list

A list of all loggers with the current level of logging is displayed.

Enabling or disabling debug logging

Run the following command from the <Presentation Server installation directory>\truesightpserver\bin folder to enable or disable a specific logger:

tssh logger debug on|off -n <logger name>

Run the following command from the <Presentation Server installation directory>\truesightpserver\bin folder to enable or disable all loggers:

tssh logger debug on|off -n all


Editing the logging settings

Run the following command from the <Presentation Server installation directory>\truesightpserver\bin folder:

tssh logger edit -n <logger name> -m <maximum file size> -b <number of backup files>

Use the -m setting to limit the logger file size and the -b option to specify the number of logger backup files.

Related topics

Configuring a disaster-recovery system for Presentation Server

Configuring-and-managing-the-Presentation-Server