[GRADLE-2811] Messages logged in Ivy at ERROR and WARN levels are reported at DEBUG level Created: 26/Jun/13 Updated: 15/Jul/13 Resolved: 15/Jul/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.7-rc-1 |
Type: | Bug | ||
Reporter: | Daz DeBoer | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Description |
Message.error() and Message.warn() are logged by Ivy in a "special" way: the messages are logged at VERBOSE level, and collected to report at the end. We're not reporting these collected messages, so ERROR and WARN messages are lost to the debug log. This should be fixed in 2 ways: |