fix default stdout outlet

This commit is contained in:
Christian Schwarz 2018-10-18 15:43:50 +02:00
parent 3c06235dca
commit 1f072936c5

View File

@ -115,7 +115,7 @@ time: true
level: "warn"
format: "human"
`
s := StdoutLoggingOutlet{}
s := &StdoutLoggingOutlet{}
err := yaml.UnmarshalStrict([]byte(def), &s)
if err != nil {
panic(err)