Send traefik logs to stdout
This commit is contained in:
parent
cd6c58a372
commit
5157a6ad47
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ var (
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
logger = logrus.StandardLogger().WithFields(logrus.Fields{})
|
logger = logrus.StandardLogger().WithFields(logrus.Fields{})
|
||||||
|
logrus.SetOutput(os.Stdout)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Context sets the Context of the logger
|
// Context sets the Context of the logger
|
||||||
|
|
Loading…
Reference in a new issue