traefik/integration/fixtures/traefik_log_config.toml
2018-01-11 10:04:03 +01:00

25 lines
467 B
TOML

################################################################
# Global configuration
################################################################
[traefikLog]
filePath = "traefik.log"
[accessLog]
filePath = "access.log"
logLevel = "DEBUG"
defaultEntryPoints = ["http"]
checkNewVersion = false
[entryPoints]
[entryPoints.http]
address = ":8000"
[api]
dashboard = false
[docker]
exposedByDefault = false
domain = "docker.local"
watch = true