mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
multi: update log file max num and size defaults
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user