Configuring the level of detail of the trace log
Configuring the level of detail of the trace log
July 4, 2024
ID 60972
To configure the level of detail of the trace log:
- 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>
- Open the XML file to edit the settings.
- 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 eventsDebug
– debugging information
- Save the changes made.
- 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>
- Restart the program. To do so, run the following command:
# /etc/init.d/klms restart