Skip to content

Commit 484b6a5

Browse files
committed
do not log current xpath exp on INFO
1 parent 4749bc2 commit 484b6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goobi-viewer-indexer/src/main/java/io/goobi/viewer/indexer/helper/MetadataHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public static List<LuceneField> retrieveElementMetadata(Element element, String
260260

261261
if (configurationItem.isGroupEntity()) {
262262
// Grouped metadata
263-
logger.info(xpath);
263+
logger.trace(xpath);
264264
Element eleMods = (Element) xpathAnswerObject;
265265
GroupedMetadata gmd = getGroupedMetadata(eleMods, configurationItem.getGroupEntity(), configurationItem,
266266
configurationItem.getFieldname(), sbDefaultMetadataValues, ret);

0 commit comments

Comments
 (0)