Skip to content

Commit ccdcebd

Browse files
committed
add time field
1 parent d987468 commit ccdcebd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/logging/notify_handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func recordToStruct(r slog.Record) Notification {
7070
})
7171

7272
return Notification{
73+
Time: r.Time,
7374
Level: r.Level.String(),
7475
Message: r.Message,
7576
Attrs: attrs,

0 commit comments

Comments
 (0)