From 0a43de655a540ac01095576c02b0466c038a9706 Mon Sep 17 00:00:00 2001 From: Skid <26208369+skid9000@users.noreply.github.com> Date: Mon, 6 May 2024 21:09:41 +0200 Subject: [PATCH] Fix typo at log.rotation.enabled --- config/production.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.yaml.example b/config/production.yaml.example index 1d5bcccd2..254dd113f 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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