logging(search): log level highlight value urn detection (#9262)

This commit is contained in:
david-leifker 2023-11-17 10:50:13 -06:00 committed by GitHub
parent bc89a1c48e
commit 2b0811b987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ public class MapperUtils {
Urn urn = Urn.createFromString(field.getValue());
matchedField.setEntity(UrnToEntityMapper.map(urn));
} catch (URISyntaxException e) {
log.warn("Failed to create urn from MatchedField value: {}", field.getValue(), e);
log.debug("Failed to create urn from MatchedField value: {}", field.getValue());
}
}
return matchedField;