Skip to content

Commit

Permalink
Reduce periodic deployment lock states report log level to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 13, 2024
1 parent a2d2c94 commit aae4773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ async Task LogLockStates()
foreach (var lockManager in jobLockManagers.Values)
lockManager.LogLockStats(builder);

logger.LogDebug("Periodic deployment log states report (R.e. Issue #1779):{newLine}{report}", Environment.NewLine, builder); // TODO: Reduce to trace once #1779 is fixed
logger.LogTrace("Periodic deployment log states report:{newLine}{report}", Environment.NewLine, builder);

await asyncDelayer.Delay(TimeSpan.FromMinutes(10), cancellationToken);
}
Expand Down

0 comments on commit aae4773

Please sign in to comment.