Fix typo at log.rotation.enabled

This commit is contained in:
Skid 2024-05-06 21:09:41 +02:00 committed by Chocobozzz
parent c22fc9f859
commit 0a43de655a

View File

@ -247,7 +247,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