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:
@@ -63,6 +63,8 @@ job "traefik" {
|
|||||||
|
|
||||||
template {
|
template {
|
||||||
data = <<EOF
|
data = <<EOF
|
||||||
|
log:
|
||||||
|
level: INFO
|
||||||
entryPoints:
|
entryPoints:
|
||||||
web:
|
web:
|
||||||
address: ":80"
|
address: ":80"
|
||||||
|
|||||||
Reference in New Issue
Block a user