diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-08-20 09:05:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 01:05:29 +0000 |
commit | 79c3329502217b664ef81d3f7f65aaf58282d29d (patch) | |
tree | 100c0905b8eedbfe2669888434c3068a4fc18129 /docker | |
parent | f00fdd1abdf8d32acc96546da724946d5d5cb4c5 (diff) | |
download | gitea-79c3329502217b664ef81d3f7f65aaf58282d29d.tar.gz gitea-79c3329502217b664ef81d3f7f65aaf58282d29d.zip |
Do not use deprecated log config options by default (#26592)
Simplify the log config
* Remove unnecessary `ROUTER` config, it defaults to the `MODE`.
* `XORM` config was deprecated
Diffstat (limited to 'docker')
-rw-r--r-- | docker/root/etc/templates/app.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/root/etc/templates/app.ini b/docker/root/etc/templates/app.ini index 7e8aa0bd0a..01fb407f49 100644 --- a/docker/root/etc/templates/app.ini +++ b/docker/root/etc/templates/app.ini @@ -46,7 +46,6 @@ PATH = /data/gitea/attachments [log] MODE = console LEVEL = info -ROUTER = console ROOT_PATH = /data/gitea/log [security] |