Skip to content

Commit 01977c6

Browse files
committedJan 6, 2023
Removing unwanted metadata from silent
1 parent de8b2ac commit 01977c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎gologger.go

-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ func Fatal() *Event {
188188
// Silent prints a string on stdout without any extra labels.
189189
func Silent() *Event {
190190
event := newDefaultEventWithLevel(levels.LevelSilent)
191-
event.setLevelMetadata(levels.LevelSilent)
192191
return event
193192
}
194193

0 commit comments

Comments
 (0)
Please sign in to comment.