2
0

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
This commit is contained in:
wxiaoguang
2023-08-20 09:05:29 +08:00
committed by GitHub
parent e73cd7e22c
commit e495ca085b
6 changed files with 5 additions and 11 deletions

View File

@@ -46,7 +46,6 @@ PATH = /data/gitea/attachments
[log]
MODE = console
LEVEL = info
ROUTER = console
ROOT_PATH = /data/gitea/log
[security]