1
0
mirror of https://github.com/zrepl/zrepl.git synced 2025-07-16 06:05:05 +02:00

fix default stdout outlet

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

@ -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)