[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:
1. Remove all use of org.apache.ivy.util.Message from our code (adopted from Ivy).
2. Bridge the Message.error() and Message.warn() methods directly to our logging infrastructure.


Generated at Wed Jun 30 12:32:09 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.