Skip to content

Commit

Permalink
Log level
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Sep 12, 2024
1 parent 0b157f4 commit 87650d7
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,14 +239,6 @@ public void fetch(DataSourceProperties dsProperties) {
stats.incrementIndexed();
okItems++;


if (df.getPrice() == null) {
logger.warn("No price for : {}",line);
} else {
logger.warn("Price found");
}


} catch (ValidationException e) {
stats.incrementValidationFail();
validationFailedItems++;
Expand Down

0 comments on commit 87650d7

Please sign in to comment.