Mention that log_files_max_backups = 0 means "keep all backups"
Fixes #268
This commit is contained in:
parent
84593c1341
commit
0983a86b40
|
@ -129,7 +129,7 @@ log_files_max_size = 10
|
|||
# How long to keep backup files, in days
|
||||
log_files_max_age = 7
|
||||
|
||||
# Maximum log files backups to keep
|
||||
# Maximum log files backups to keep (or 0 to keep all backups)
|
||||
log_files_max_backups = 1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue