You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-1
The text was updated successfully, but these errors were encountered:
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: