mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #9728 from gyuho/journald
pkg/logutil: do not print error message on journaldWriter
This commit is contained in:
commit
65b29b0bd2
@ -82,7 +82,6 @@ func (w *journaldWriter) Write(p []byte) (int, error) {
|
||||
"SYSLOG_IDENTIFIER": filepath.Base(os.Args[0]),
|
||||
})
|
||||
if err != nil {
|
||||
fmt.Println("FAILED TO WRITE TO JOURNALD", err, string(p))
|
||||
return w.Writer.Write(p)
|
||||
}
|
||||
return 0, nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user