Enabling the trace log
Enabling the trace log
July 4, 2024
ID 61870
To enable or disable 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.
- In the
<tracerSettings>
section, specify one of the following values for the <Enable
> setting:1
, to enable the trace log;0
, to disable the trace log.
- 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