From c22fc9f8599dd55018f66f9531cf4524712cc014 Mon Sep 17 00:00:00 2001 From: Skid <26208369+skid9000@users.noreply.github.com> Date: Mon, 6 May 2024 21:07:46 +0200 Subject: [PATCH] Fix typo at log.rotation.enabled --- config/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.yaml b/config/default.yaml index c1cc2b233..e543d0378 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -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