Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduced log output during unit testing in log4j2_TEST.xml #1816

Closed
wants to merge 6 commits into from

Conversation

charanbhatia
Copy link

Reduced log output during unit testing in log4j2_TEST.xml

closed #1791

Changed the Configuration status and ThresholdFilter level to "WARN".
Added a Console appender for easier debugging during tests.
Modified the Root logger level to "WARN".
Added specific loggers:

Kept "INFO" level for your application package (ai.elimu).
Set "WARN" level for common libraries like Spring and Hibernate.
Added the Console appender to the Root logger.

@charanbhatia charanbhatia requested a review from a team as a code owner August 10, 2024 12:08
@charanbhatia charanbhatia deleted the reducelog branch August 10, 2024 12:16
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.

Reduce log output during unit testing
1 participant