We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d987468 commit ccdcebdCopy full SHA for ccdcebd
1 file changed
src/logging/notify_handler.go
@@ -70,6 +70,7 @@ func recordToStruct(r slog.Record) Notification {
70
})
71
72
return Notification{
73
+ Time: r.Time,
74
Level: r.Level.String(),
75
Message: r.Message,
76
Attrs: attrs,
0 commit comments