[
https://issues.apache.org/jira/browse/ATLAS-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952512#comment-17952512
]
ASF subversion and git services commented on ATLAS-5035:
--------------------------------------------------------
Commit fd29db13ca58b8d33b69de6860b895796a9873ed in atlas's branch
refs/heads/master from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=fd29db13c ]
ATLAS-5035: reduce info level logs during classification updates (#351)
> 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)