mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 08:58:26 +00:00
logging(search): log level highlight value urn detection (#9262)
This commit is contained in:
parent
bc89a1c48e
commit
2b0811b987
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user