Skip to content

Commit

Permalink
Merge pull request #1971 from tgstation/RemoveLogSpam
Browse files Browse the repository at this point in the history
Reduce periodic deployment lock states report log level to trace
  • Loading branch information
Cyberboss authored Oct 15, 2024
2 parents 8fa06fc + 7dc196e commit bf0e839
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 bf0e839

Please sign in to comment.