Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita518047

Browse files
authored
chore(coderd): provisionerdserver: downgrade heartbeat failure log to Warn instead of Error (#13061)
1 parent4682355 commita518047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/provisionerdserver/provisionerdserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func (s *server) heartbeatLoop() {
246246
start:=s.timeNow()
247247
hbCtx,hbCancel:=context.WithTimeout(s.lifecycleCtx,s.heartbeatInterval)
248248
iferr:=s.heartbeat(hbCtx);err!=nil&&!database.IsQueryCanceledError(err) {
249-
s.Logger.Error(hbCtx,"heartbeat failed",slog.Error(err))
249+
s.Logger.Warn(hbCtx,"heartbeat failed",slog.Error(err))
250250
}
251251
hbCancel()
252252
elapsed:=s.timeNow().Sub(start)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp