Configuring the location of the trace log
Configuring the location of the trace log
July 4, 2024
ID 61872
To configure the location 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.
- You can specify the location of the trace log on the hard drive. To do so, specify one of the following values as a <
destination
> value for the<tracerSettings>
setting:Files
, if you want the program to keep the trace log in a separate file in the directory /var/log/kaspersky/klms (this is the default value).Syslog
, if you want the program to record all events in the system log of the operation system.
- 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