Configuring the level of detail of the trace log

August 21, 2023

ID 60972

To configure the level of detail of the trace log:

  1. Export the program's general settings to an XML file using the command:

    # /opt/kaspersky/klms/bin/klms-control --get-app-settings -f <file name>

  2. Open the XML file to edit the settings.
  3. Specify the level of detail of the trace log. In the <tracerSettings> section, specify one of the following values for the <level> setting:
    • Fatal – critical errors.
    • Error – events involving program errors.
    • Warning – important events.
    • Info – informational events
    • Debug – debugging information
  4. Save the changes made.
  5. Import the program's general settings from an XML file using the command:

    # /opt/kaspersky/klms/bin/klms-control --set-app-settings -f <file name>

  6. Restart the program. To do so, run the following command:

    # /etc/init.d/klms restart

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.