Skip to content

Commit

Permalink
fix(client/java): Reduced log level of job activations
Browse files Browse the repository at this point in the history
  • Loading branch information
berndruecker committed Feb 2, 2022
1 parent 362ac93 commit d1a966e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -151,7 +151,7 @@ private void logFailure(final Throwable throwable) {

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

0 comments on commit d1a966e

Please sign in to comment.