traefik/integration/fixtures/traefik_log_config.toml
2018-11-27 17:42:04 +01:00

26 lines
471 B
TOML

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