forked from Ivasoft/traefik
Send traefik logs to stdout
This commit is contained in:
@@ -18,6 +18,7 @@ var (
|
||||
|
||||
func init() {
|
||||
logger = logrus.StandardLogger().WithFields(logrus.Fields{})
|
||||
logrus.SetOutput(os.Stdout)
|
||||
}
|
||||
|
||||
// Context sets the Context of the logger
|
||||
|
||||
Reference in New Issue
Block a user