Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
#69 - bumps up logging
Browse files Browse the repository at this point in the history
  • Loading branch information
danhaywood committed Feb 3, 2018
1 parent 87f7c6d commit e6be86f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -82,7 +82,7 @@ private void replicateAndRunCommands() throws StatusException {
//
final CommandDto commandDto = commandFetcher.fetchCommand(hwmCommand, slaveConfig);
if (commandDto == null) {
LOG.debug("No more commands found, breaking out");
LOG.info("No more commands found, breaking out");
return;
}

Expand All @@ -92,7 +92,7 @@ private void replicateAndRunCommands() throws StatusException {
}


LOG.debug("next HWM transactionId = {}", hwmCommand.getTransactionId());
LOG.info("next HWM transactionId = {}", hwmCommand.getTransactionId());



Expand Down

0 comments on commit e6be86f

Please sign in to comment.