From 011d3bf67c1701c3485516acfb6a8e07302f57dd Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Mon, 3 Feb 2025 17:38:11 +0100 Subject: [PATCH] Enable traefik debug logging --- roles/traefik.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/traefik.nix b/roles/traefik.nix index 5b727e2..3a40d2d 100644 --- a/roles/traefik.nix +++ b/roles/traefik.nix @@ -67,6 +67,7 @@ ]; staticConfigOptions = { + log.level = "DEBUG"; entryPoints = { web = { address = ":80";