Skip to content

Conversation

@rfscholte
Copy link
Owner

Add logging-test.properties and configure maven-surefire-plugin to suppress logging during test

Be aware that java.util.logging.config.file refers to a File, not to a classpath resource.
Most people expect this file to be under src/main/resources, which results that this file is accessible on the classpath, but that's not how JUL will access the configuration file.

@rfscholte rfscholte added the solution The solution for one specific issue label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

solution The solution for one specific issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants