Skip to content

Setting Log Levels

You can set log levels to determine the level of details provided in the log. Log levels range from 0 to 3, where 0 provides the least information and 3 provides the most information.

To set log levels:

  • open /Applications/PCoIPClient.app --args -l x where l is lowercase L and x is desired the log level (1, 2, or 3).

You can also set the log level persistently in the ~/.pcoip.rc file. This file should contain the following line to set the log level to 3:

pcoip.event_filter_mode = 3

To revert back to the default log level, remove this line from the file.