1
0
Fork 0

Use logrus writer instead of os.Stderr

This commit is contained in:
Ludovic Fernandez 2018-06-15 16:08:03 +02:00 committed by Traefiker Bot
parent bb3f28ffa7
commit 5b2b29043c
11 changed files with 16 additions and 4 deletions

View file

@ -16,6 +16,7 @@ defaultEntryPoints = ["http", "https"]
email = "test@traefik.io"
storage = "/tmp/acme.json"
entryPoint = "https"
acmeLogging = true
onHostRule = true
caServer = "http://wrongurl:4001/directory"