Skip to content

Commit

Permalink
format dates as strings properly
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine Beaupré <[email protected]>
  • Loading branch information
anarcat committed Dec 17, 2024
1 parent c3d19c2 commit cf3da8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silence/silence.go
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ func (s *Silences) logginSilences(msg string, sil *pb.Silence) {
strMatchers := strings.Join(listMatchers, `,`)

s.logger.Info(
"msg", msg,
msg,
"Id", sil.Id,
"CreatedBy", sil.CreatedBy,
"Comment", sil.Comment,
Expand Down

0 comments on commit cf3da8a

Please sign in to comment.