traefik/integration/fixtures/traefik_log_config.toml

24 lines
376 B
TOML
Raw Normal View History

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
filePath = "traefik.log"
2017-10-02 08:32:02 +00:00
[accessLog]
filePath = "access.log"
[entryPoints]
[entryPoints.web]
address = ":8000"
2018-01-11 09:04:03 +00:00
[api]
dashboard = false
[providers]
[providers.docker]
exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
watch = true