traefik/integration/fixtures/traefik_log_config.toml
2017-08-11 12:04:58 +02:00

12 lines
343 B
TOML

################################################################
# Global configuration
################################################################
traefikLogsFile = "traefik.log"
accessLogsFile = "access.log"
logLevel = "DEBUG"
checkNewVersion = false
defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.http]
address = ":8000"