Skip to content

Commit

Permalink
[Improvement] Reduce archiver sleeping log severity (#3357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsalva authored Oct 27, 2024
1 parent 0a635c3 commit f27adfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private async Task Archive(object state, CancellationToken cancellationToken)
}
else
{
s_logger.LogWarning("Outbox Archiver is still running - abandoning attempt.");
s_logger.LogInformation("Outbox Archiver is still running - abandoning attempt.");
}

}
Expand Down

0 comments on commit f27adfb

Please sign in to comment.