Skip to content

Commit

Permalink
Merge pull request #895 from jsanda/hwkmetrics-739
Browse files Browse the repository at this point in the history
[HWKMETRICS-739] reduce logging level
  • Loading branch information
stefannegrea committed Sep 28, 2017
2 parents 3449a67 + e26a19c commit 24ca2a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public Completable call(JobDetails jobDetails) {
ZonedDateTime lastMaintainedBlock = currentBlock.plus(forwardTime);

return service.verifyAndCreateTempTables(currentBlock, lastMaintainedBlock)
.doOnCompleted(() -> logger.infof("Temporary tables are valid until %s", lastMaintainedBlock.toString()));
.doOnCompleted(() -> logger.debugf("Temporary tables are valid until %s",
lastMaintainedBlock.toString()));
}
}

0 comments on commit 24ca2a7

Please sign in to comment.