Skip to content

Commit

Permalink
Change chunk processing log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed May 8, 2022
1 parent ce713a3 commit 60e322c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private CompletionStage<Void> saveProgress(Long versionId, List<ContribuyenteEnt
ContribuyenteEntity.persist(contribuyentes);
});

LOGGER.infof("Chunk processed size=" + contribuyentes.size());
LOGGER.debugf("Chunk processed size=" + contribuyentes.size());
});
}

Expand Down

0 comments on commit 60e322c

Please sign in to comment.