Remove deprecated gitea DISABLE_ROUTER_LOG option
Some checks failed
Check flake / build-amd64-linux (push) Failing after 2m15s

This commit is contained in:
Jordan Holt 2024-07-21 14:19:12 +01:00
parent 314129496d
commit 4082863b9b
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -76,7 +76,7 @@ in {
session.COOKIE_SECURE = true; session.COOKIE_SECURE = true;
log = { log = {
ROOT_PATH = "${stateDir}/log"; ROOT_PATH = "${stateDir}/log";
DISABLE_ROUTER_LOG = true; logger.router.MODE = "";
}; };
ui = { ui = {
THEMES = "gitea,arc-green,github,github-auto,github-dark"; THEMES = "gitea,arc-green,github,github-auto,github-dark";