mirror of https://github.com/Chocobozzz/PeerTube
Fix typo at log.rotation.enabled
parent
32b0206cd3
commit
c22fc9f859
|
@ -249,7 +249,7 @@ log:
|
||||||
level: 'info' # 'debug' | 'info' | 'warn' | 'error'
|
level: 'info' # 'debug' | 'info' | 'warn' | 'error'
|
||||||
|
|
||||||
rotation:
|
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_file_size: 12MB
|
||||||
max_files: 20
|
max_files: 20
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue