mirror of https://github.com/Chocobozzz/PeerTube
Fix typo at log.rotation.enabled
parent
c22fc9f859
commit
0a43de655a
|
@ -247,7 +247,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