Set the logging level

The logging level that is set determines the level of detail in the agent logs. Note that with verbose logging, the size of the log file increases very quickly.

You can use the following command to view the current logging level for the Linux agent:
CODE
/opt/cylance/desktop/cylance -l
To set the logging level, use the following command:
CODE
/opt/cylance/desktop/cylance -L <level>
The value of level can be one of the following:
  • 0: Error
  • 1: Warning
  • 2: Information
  • 3: Verbose

For example, the following command sets the logging level to "Verbose".

CODE
/opt/cylance/desktop/cylance -L 3