Skip to content

Commit

Permalink
harvesting CSW: changed loglevel for invalid metadata to info (#8303)
Browse files Browse the repository at this point in the history
- other harvester have same or higher loglevel as well
- helps to identify invalid metadata
  • Loading branch information
rime1014 committed Aug 22, 2024
1 parent 0331328 commit 4a57a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ private Element retrieveMetadata(String uuid) {

params.getValidate().validate(dataMan, context, response, groupIdVal);
} catch (Exception e) {
log.debug("Ignoring invalid metadata with uuid " + uuid);
log.info("Ignoring invalid metadata with uuid " + uuid);
result.doesNotValidate++;
return null;
}
Expand Down

0 comments on commit 4a57a02

Please sign in to comment.