Enabling the trace log

To enable or disable 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. 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.
  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

Page top