From be72a0d9f22376358cc09eaa4eba02a03287d15f Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:33:52 -0500 Subject: [PATCH] change config for vps --- hosts/git/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index a8288db..aa35620 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -157,7 +157,7 @@ in indexer.REPO_INDEXER_ENABLED = true; log = { LEVEL = "Info"; - DISABLE_ROUTER_LOG = true; + # DISABLE_ROUTER_LOG = true; }; mailer = { ENABLED = false;