Skip to content

Commit f9abded

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 17d8402 commit f9abded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/rpc/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func (h *HealthServer) Livez(
344344
failThreshold := blockTime * healthCheckFailMultiplier
345345

346346
if timeSinceLastBlock > failThreshold {
347-
h.logger.Warn().
347+
h.logger.Error().
348348
Dur("time_since_last_block", timeSinceLastBlock).
349349
Dur("fail_threshold", failThreshold).
350350
Uint64("last_block_height", state.LastBlockHeight).

0 commit comments

Comments
 (0)