Skip to content

Commit 4d75a4e

Browse files
joeybloggsjoeybloggs
authored andcommitted
updated std log messages to be NOTICE instead of INFO
1 parent 56d1893 commit 4d75a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/console/console.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func handleStdLogger(done chan<- struct{}) {
172172
}()
173173

174174
for scanner.Scan() {
175-
log.WithFields(log.F("stdlog", true)).Info(scanner.Text())
175+
log.WithFields(log.F("stdlog", true)).Notice(scanner.Text())
176176
}
177177
}
178178

0 commit comments

Comments
 (0)