On 30/01/2012, at 6:30 AM, Daz DeBoer wrote: > G'day > > We're currently outputting the entire binary content of downloaded jar files > when gradle runs with --debug. The rest of the log messages get drowned out > by this noise. > Is there any easy way to configure the log levels and categories for --debug > and --info?
You need to tweak this: https://github.com/gradle/gradle/blob/master/subprojects/core/src/main/groovy/org/gradle/logging/internal/slf4j/Slf4jLoggingConfigurer.java#L133 Looks like the log category changed when we upgraded to the new version of httpclient. -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
