Skip to content

Commit

Permalink
format dates as strings properly
Browse files Browse the repository at this point in the history
  • Loading branch information
anarcat committed Dec 17, 2024
1 parent c3d19c2 commit d3e8004
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 d3e8004

Please sign in to comment.