System Event Log Configuration | |
nem.eventlogmanager.backends.syslog.enabled | true: system events are forwarded to syslog (default). false: no system events are forwarded to syslog. |
nem.eventlogmanager.logRotation.enabled | true: log rotation is enabled, i.e. the parameters below are applied (default). false: log rotation is disabled, i.e. no history files are written. |
nem.eventlogmanager.logRotation.threshold | The maximum number of event entries stored in the Database. When the limit is reached the oldest system events will be pushed to a history file. Default is 100000. |
nem.eventlogmanager.logRotation.purgePercent | When the Max Number of system events is reached a percentage of existing events is removed from the database and written to history files. Default is “20” (percent). “0” purges a single event at a time. |
nem.eventlogmanager.logRotation.purgeFile.path | The path for the history files. Default is the relative path var/log, corresponding to /opt/nem/var/log |
nem.eventlogmanager.logRotation.purgeFile.namePrefix | The prefix for history files written to the history path for events purged from the database. Default is “events”. |
nem.eventlogmanager.logRotation.purgeFile.nameExtension | The extension of the history files. Default is eventDump.log |