Skip to content

Commit

Permalink
Move keepalive log to debug level. Fixes #473
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 26, 2024
1 parent bd0da9f commit 00f58da
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 @@ -297,7 +297,7 @@ func (s *SignalWebsocket) connectLoop(
loopCancel(fmt.Errorf("error sending keepalive: %w", err))
return
}
log.Info().Msg("Sent keepalive")
log.Debug().Msg("Sent keepalive")
case <-loopCtx.Done():
return
}
Expand Down

0 comments on commit 00f58da

Please sign in to comment.