By default, information about events is saved to the application event log located on the device.
The event log database contains:
MaxEventsNumber
setting). The name of the file with events includes its serial number (for example, events.db.0001). When a file fills up, a new file is created. If the maximum number of events in all event files not counting the earliest file reaches the MaxEventsNumber
value, the earliest file is deleted. This means that the application may store more events than indicated in the setting.You can manage the following application event log options on the command line via the general application settings:
EventsStoragePath
setting. Default value: /var/opt/kaspersky/kesl/private/storage/events.db. MaxEventsNumber
option. Default value: 500000. You can change the values of the settings with the help of command line switches or a configuration file that contains all general application settings.
Page top