Skip to content

Commit

Permalink
Adjusted log level to debug
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Pepin-Perreault <[email protected]>
(cherry picked from commit 0b018ab)
  • Loading branch information
berndruecker authored and github-actions[bot] committed Feb 3, 2022
1 parent 5292005 commit bce7888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private void logFailure(final Throwable throwable) {

private void pollingDone() {
if (activatedJobs > 0) {
LOG.trace(
LOG.debug(
"Activated {} jobs for worker {} and job type {}",
activatedJobs,
requestBuilder.getWorker(),
Expand Down

0 comments on commit bce7888

Please sign in to comment.