log file rotation example config
This commit is contained in:
parent
b643a816cc
commit
38942f62b0
|
@ -119,6 +119,18 @@ fallback_resolver = '9.9.9.9:53'
|
|||
ignore_system_dns = false
|
||||
|
||||
|
||||
## Automatic log files rotation
|
||||
|
||||
# Maximum log files size in MB
|
||||
log_files_max_size = 10
|
||||
|
||||
# Maximum log files age in days
|
||||
log_files_max_age = 7
|
||||
|
||||
# Maximum log files backups to keep
|
||||
log_files_backups = 1
|
||||
|
||||
|
||||
|
||||
#########################
|
||||
# Filters #
|
||||
|
|
Loading…
Reference in New Issue