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";