Skip to content

Commit

Permalink
do not log current xpath exp on INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhaul committed Jan 27, 2025
1 parent 4749bc2 commit 484b6a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public static List<LuceneField> retrieveElementMetadata(Element element, String

if (configurationItem.isGroupEntity()) {
// Grouped metadata
logger.info(xpath);
logger.trace(xpath);
Element eleMods = (Element) xpathAnswerObject;
GroupedMetadata gmd = getGroupedMetadata(eleMods, configurationItem.getGroupEntity(), configurationItem,
configurationItem.getFieldname(), sbDefaultMetadataValues, ret);
Expand Down

0 comments on commit 484b6a5

Please sign in to comment.