From 8534a131b70066e56361a11b6ab22bbe659b5604 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 5 May 2020 22:27:46 +0200 Subject: [PATCH] fix log levels --- templates/custom/conf/app.ini.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/custom/conf/app.ini.j2 b/templates/custom/conf/app.ini.j2 index e24dc3f..116e0f6 100644 --- a/templates/custom/conf/app.ini.j2 +++ b/templates/custom/conf/app.ini.j2 @@ -216,6 +216,15 @@ STACKTRACE_LEVEL = None [log.file] LOG_ROTATE = false +[log.file.macaron] +LEVEL = Info + +[log.file.router] +LEVEL = Info + +[log.file.access] +LEVEL = Info + [cron] ENABLED = true RUN_AT_START = false