traefik/integration/fixtures/traefik_log_config.toml
Ludovic Fernandez 5cc49e2931 bug command.
2017-10-02 10:32:02 +02:00

14 lines
345 B
TOML

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