[ https://issues.apache.org/jira/browse/ATLAS-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952513#comment-17952513 ]
ASF subversion and git services commented on ATLAS-5035: -------------------------------------------------------- Commit 64c2d26e66849358c3dc463df7c081cc3bf71dc9 in atlas's branch refs/heads/atlas-2.5 from Madhan Neethiraj [ https://gitbox.apache.org/repos/asf?p=atlas.git;h=64c2d26e6 ] ATLAS-5035: reduce info level logs during classification updates (#351) (cherry picked from commit fd29db13ca58b8d33b69de6860b895796a9873ed) > 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 > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > 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)