Description of problem: Current version of maven in rawhide doesn't seem to produce debug output anymore. Version-Release number of selected component (if applicable): maven-3.3.9-3.fc24.noarch How reproducible: always Steps to Reproduce: 1. rebuild something with mvn -X 2. observe the output Actual results: No debug log messages, only info and higher levels. Expected results: Debug level log messages. Additional info: The version in Fedora 23 works correctly. There was slf4j update, I suspect it might be related.
Reproducible with slf4j >= 1.7.18 Caused by this commit: https://github.com/qos-ch/slf4j/commit/ac099e4 (slf4j initialization is early, before Maven is able to set logging properties)
Workaround: set environmental variable before running Maven/XMvn: MAVEN_DEBUG_OPTS=-Dorg.slf4j.simpleLogger.defaultLogLevel=trace
Fixed in maven-3.3.9-4
I believe that this bug is fixed in maven-3.3.9-4, which is available in Fedora Rawhide, so I am closing this bug now. The build containing the fix can be found at Koji: http://koji.fedoraproject.org/koji/buildinfo?buildID=752152
maven-3.3.9-4.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-1d2cc863b9
maven-3.3.9-4.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-1d2cc863b9
maven-3.3.9-4.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.