diff --git a/templates/custom/conf/app.ini.j2 b/templates/custom/conf/app.ini.j2 index f64493d..c347745 100644 --- a/templates/custom/conf/app.ini.j2 +++ b/templates/custom/conf/app.ini.j2 @@ -175,7 +175,8 @@ ROOT_PATH = {{ gitea_global_log_dir }} MODE = file BUFFER_LEN = 10000 LEVEL = {{ gitea_global_log_level }} -REDIRECT_MACARON_LOG = false +REDIRECT_MACARON_LOG = true +ENABLE_ACCESS_LOG = true [log.file] LEVEL = {{ gitea_file_log_level }}