Madhan Neethiraj created ATLAS-5035:
---------------------------------------
Summary: Reduce info level logs printed during classification
updates
Key: ATLAS-5035
URL: https://issues.apache.org/jira/browse/ATLAS-5035
Project: Atlas
Issue Type: Improvement
Components: atlas-core
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
While processing add/update/remove of classifications on an entity, Atlas erver
logs following at INFO level. To avoid unnecessary noise in the log file, log
level for these messages should be changed to DEBUG.
{noformat}
2025-05-16 20:30:19,815 [NotificationHookConsumer thread-0] INFO
[FullTextMapperV2.java:165]
FullTextMapperV2.getClassificationTextForEntity(f22ab958-35e5-4266-9e66-6358a2d16344):
tag1 attr1 val1 tag2 attr1 val1
2025-05-16 20:30:19,816 [NotificationHookConsumer thread-0] INFO
[EntityGraphMapper.java:2804] updateClassificationText: tag1: tag1 attr1 val1
tag2 attr1 val1
2025-05-16 20:30:19,826 [NotificationHookConsumer thread-0] INFO
[FullTextMapperV2.java:165]
FullTextMapperV2.getClassificationTextForEntity(f22ab958-35e5-4266-9e66-6358a2d16344):
tag1 attr1 val1 tag2 attr1 val1
2025-05-16 20:30:19,826 [NotificationHookConsumer thread-0] INFO
[EntityGraphMapper.java:2804] updateClassificationText: tag2: tag1 attr1 val1
tag2 attr1 val1
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)