-
Notifications
You must be signed in to change notification settings - Fork 214
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
2.0.0-rc-1 breaks slf4j config via command line #1220
Labels
bug
Something isn't working
Milestone
Comments
I think it works when using a new daemon. However, those properties seem to not be reset correctly:
So debug works fine on a new daemon, but if the logger has been set in a previous run to info, it cannot be reset to debug... |
Good news is that is seems already fixed when building mvnd 2.0.0-rc-2-SNAPSHOT with Maven 4.0.0-rc-2-SNAPSHOT:
|
Yes, this was fixed in rc-2 |
It still works:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to be able to get selective debug logging, e.g. using
-Dorg.slf4j.simpleLogger.log.org.apache.maven.lifecycle=debug
. However, this only works on the first build that the daemon runs. As soon as you run a second build, the slf4j config is reset and the command line argument is ignored. This used to work in 2.0.0-beta-1The text was updated successfully, but these errors were encountered: