Skip to content

Commit

Permalink
signalmeow: move keepalive log to trace level
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 15, 2024
1 parent 30dd472 commit 3a32a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/signalmeow/web/signalwebsocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func (s *SignalWebsocket) connectLoop(
loopCancel(err)
return
}
log.Debug().Msg("Sent keepalive")
log.Trace().Msg("Sent keepalive")
case <-loopCtx.Done():
return
}
Expand Down

0 comments on commit 3a32a7f

Please sign in to comment.