Fix typo at log.rotation.enabled

pull/6402/head
Skid 2024-05-06 21:07:46 +02:00 committed by Chocobozzz
parent 32b0206cd3
commit c22fc9f859
1 changed files with 1 additions and 1 deletions

View File

@ -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