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