[GRADLE-52] Check why logger.warn statements are not printed out when used in a gradefile (logger.error works) Created: 21/Apr/08 Updated: 04/Jan/13 Resolved: 30/Oct/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.1 |
Fix Version/s: | 0.5 |
Type: | Bug | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Comments |
Comment by Tom Eyckmans [ 27/Oct/08 ] |
I noticed gradle has SLF4J + Logback in the lib dir, but also commons-logging why not use the jcl-over-slf4j.jar wrapper so all logging happens by logback? |
Comment by Hans Dockter [ 28/Oct/08 ] |
Thanks for pointing this out. In this case it does not solve the problem of this issue. I have opened another issue for your proposal: http://jira.codehaus.org/browse/GRADLE-285 |