traefik/integration/fixtures/traefik_log_config.toml

26 lines
505 B
TOML
Raw Normal View History

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