Send traefik logs to stdout

This commit is contained in:
Marco Jantke 2017-09-06 11:58:03 +02:00 committed by Traefiker
parent cd6c58a372
commit 5157a6ad47

View file

@ -18,6 +18,7 @@ var (
func init() {
logger = logrus.StandardLogger().WithFields(logrus.Fields{})
logrus.SetOutput(os.Stdout)
}
// Context sets the Context of the logger