From 306d2eebbead4219f5bdae2c0e6f09e1944e01e4 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+sporqist@users.noreply.github.com> Date: Sat, 25 May 2024 04:56:37 +0200 Subject: [PATCH] disabled logging for now. too many options. switch to app.ini? --- templates/environment.env.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/environment.env.j2 b/templates/environment.env.j2 index 7b6e8e5..114c595 100644 --- a/templates/environment.env.j2 +++ b/templates/environment.env.j2 @@ -184,7 +184,7 @@ GITEA__attachment__MINIO_BASE_PATH={{ gitea_vars.attachment.minio_base_path }} GITEA__attachment__MINIO_USE_SSL={{ gitea_vars.attachment.minio_use_ssl }} {% endif %} {% endif %} {# /attachment #} - +{# Disabled logging for now {% if 'log' in gitea_vars %} {% if 'root_path' in gitea_vars['log'] %} GITEA__log__ROOT_PATH={{ gitea_vars.log.root_path }} @@ -205,7 +205,7 @@ GITEA__log__ENABLE_log_LOG={{ gitea_vars.log.enable_log_log }} GITEA__log__ENABLE_XORM_LOG={{ gitea_vars.log.enable_xorm_log }} {% endif %} {% endif %} {# /logging#} - +#} {% if 'ssh' in gitea_vars %} {% if 'minimum_key_sizes' in gitea_vars['ssh'] %} {% if 'ed25519' in gitea_vars['ssh']['minimum_key_sizes'] %}