1
0
mirror of https://github.com/zrepl/zrepl.git synced 2025-07-08 18:26:48 +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" level: "warn"
format: "human" format: "human"
` `
s := StdoutLoggingOutlet{} s := &StdoutLoggingOutlet{}
err := yaml.UnmarshalStrict([]byte(def), &s) err := yaml.UnmarshalStrict([]byte(def), &s)
if err != nil { if err != nil {
panic(err) panic(err)