Explicitly enable info level logging in traefik to make it easier to find where to set it to debug level

This commit is contained in:
2025-10-14 20:11:56 +11:00
parent bf98fb84be
commit f7c2752192

View File

@@ -63,6 +63,8 @@ job "traefik" {
template { template {
data = <<EOF data = <<EOF
log:
level: INFO
entryPoints: entryPoints:
web: web:
address: ":80" address: ":80"