Fix typo at log.rotation.enabled
This commit is contained in:
parent
32b0206cd3
commit
c22fc9f859
|
@ -249,7 +249,7 @@ log:
|
|||
level: 'info' # 'debug' | 'info' | 'warn' | 'error'
|
||||
|
||||
rotation:
|
||||
enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate
|
||||
enabled: true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate
|
||||
max_file_size: 12MB
|
||||
max_files: 20
|
||||
|
||||
|
|
Loading…
Reference in New Issue