Skip Navigation

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:
/opt/cylance/desktop/cylance -l
  1. To set the logging level, use the following command:
    /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".
    /opt/cylance/desktop/cylance -L 3