mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix typo at log.rotation.enabled
This commit is contained in:
parent
c22fc9f859
commit
0a43de655a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue