Manually enabling logging

This section describes how to enable logging manually.

For information on how to use Kaspersky Scan Engine GUI to enable logging, see section "Logging settings".

You can separately enable logging for Kaspersky Anti-Virus Engine

Note that logging significantly reduces Kaspersky Scan Engine performance. You are advised to use logging only for debugging purposes.

Enabling logging for Kaspersky Anti-Virus Engine

By default, Kaspersky Scan Engine does not log KAV Engine events.

To enable logging in Kaspersky Anti-Virus Engine:

  1. Create a file named kave.ini in the ppl subdirectory of the installation directory.
  2. Add the following lines to kave.ini:

    [LOGGING]

    WriteLog=9

  3. Specify other parameters, if they are needed.
  4. Save and close kave.ini.
  5. Restart the Kaspersky Scan Engine service:

Logging settings for the kavicapd/kavhttpd service and Kaspersky Anti-Virus Engine are synchronized on start and restart of the klScanEngineUI service. Kaspersky Scan Engine sets the logging level (WriteLog) and log directory (LogsFolder) in kave.ini to be the same as specified in the DebugLogging section of icapdkavlog.conf (for ICAP mode) or httpdkavlog.ini (for HTTP mode).

Enabling logging in HTTP mode

By default, logging in HTTP mode is disabled. Kaspersky Scan Engine checks for the httpdkavlog.ini logging configuration file when the kavhttpd service starts. If this file exists, Kaspersky Scan Engine reads parameters from it.

To enable logging for the kavhttpd service:

  1. Create a file named httpdkavlog.ini in the directory where the kavhttpd binary file is located.
  2. Change the value of the <LogLevel> element to 1.
  3. Specify the rest of the parameters, if needed.
  4. Save and close httpdkavlog.ini.
  5. Restart the kavhttpd service.

Enabling logging in ICAP mode

By default, logging in ICAP mode is disabled. Kaspersky Scan Engine checks the icapdkavlog.conf logging configuration file when the kavicapd service starts.

To enable logging for the kavicapd service:

  1. Open the icapdkavlog.conf logging configuration file.
  2. Specify debug or dbg in the <Level> element.
  3. Specify other parameters, if they are needed.
  4. Save and close icapdkavlog.conf.
  5. Restart the kavicapd service.

Page top