mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added authlog purge + improved efficiency of clearing out large syslog tables
This commit is contained in:
@@ -572,6 +572,7 @@ $config['update'] = 1;
|
||||
# Purge syslog and eventlog
|
||||
$config['syslog_purge'] = 30; # Number in days of how long to keep syslog entries for.
|
||||
$config['eventlog_purge'] = 30; # Number in days of how long to keep eventlog entries for.
|
||||
$config['authlog_purge'] = 30; # Number in days of how long to keep authlog entries for.
|
||||
|
||||
# Date format for PHP date()s
|
||||
$config['dateformat']['long'] = "r"; # RFC2822 style
|
||||
|
Reference in New Issue
Block a user