multi: update log file max num and size defaults

This commit is contained in:
Elle Mouton
2024-10-30 13:23:18 +02:00
parent 8106810d9e
commit e547d21920
3 changed files with 9 additions and 7 deletions

View File

@@ -33,11 +33,11 @@
; DEPRECATED: Use logging.file.max-files instead.
; Number of logfiles that the log rotation should keep. Setting it to 0 disables
; deletion of old log files.
; maxlogfiles=3
; maxlogfiles=10
;
; DEPRECATED: Use logging.file.max-file-size instead.
; Max log file size in MB before it is rotated.
; maxlogfilesize=10
; maxlogfilesize=20
; Time after which an RPCAcceptor will time out and return false if
; it hasn't yet received a response.
@@ -990,10 +990,10 @@
; Number of log files that the log rotation should keep. Setting
; it to 0 disables deletion of old log files.
; logging.file.max-files=3
; logging.file.max-files=10
; Max log file size in MB before it is rotated.
; logging.file.max-file-size=10
; logging.file.max-file-size=20
; Compression algorithm to use when rotating logs.
; Default: