Skip to content

Conversation

@mneethiraj
Copy link
Contributor

What changes were proposed in this pull request?

Log level of couple of statements changed from INFO to DEBUG, to reduce noise in the log file in production environment.

How was this patch tested?

Verified that the messages don't appear in Atlas server log file.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reduces noise in production logs by changing two INFO-level logging statements to DEBUG.

  • Lowered log level for updateClassificationText in EntityGraphMapper
  • Lowered log level for getClassificationTextForEntity in FullTextMapperV2

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java Changed INFO to DEBUG for classification update log
repository/src/main/java/org/apache/atlas/repository/graph/FullTextMapperV2.java Changed INFO to DEBUG for full-text classification log

@mneethiraj mneethiraj merged commit fd29db1 into apache:master May 19, 2025
1 check passed
mneethiraj added a commit that referenced this pull request May 19, 2025
@mneethiraj mneethiraj deleted the ATLAS-5035 branch August 13, 2025 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants