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

Reduce log output during unit testing in log42j.TEST.xml #1817

Closed
wants to merge 6 commits into from

Conversation

charanbhatia
Copy link

Reduce log output during unit testing in log42j.TEST.xml
closes #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.

@jo-elimu
Copy link
Member

Closing due to code not compiling.

@jo-elimu jo-elimu closed this Aug 15, 2024
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
2 participants