Bug 1324832
Summary: | No debug output with -X | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Simacek <msimacek> |
Component: | maven | Assignee: | Mikolaj Izdebski <mizdebsk> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | akurtako, java-sig-commits, mizdebsk, msimacek, msrb |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 3.3.9-4 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-04-20 08:19:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michael Simacek
2016-04-07 11:51:44 UTC
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. 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 |