Skip to content

Commit

Permalink
merge: #8723
Browse files Browse the repository at this point in the history
8723: [Backport stable/1.3] fix(client/java): Reduced log level of job activations r=npepinpe a=github-actions[bot]

# Description
Backport of #8708 to `stable/1.3`.

relates to 

Co-authored-by: Bernd Ruecker <bernd.ruecker@camunda.com>
  • Loading branch information
zeebe-bors-cloud[bot] and berndruecker authored Feb 3, 2022
2 parents fd5b36b + bce7888 commit 9d70809
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.info(
LOG.debug(
"Activated {} jobs for worker {} and job type {}",
activatedJobs,
requestBuilder.getWorker(),
Expand Down

0 comments on commit 9d70809

Please sign in to comment.