[ https://jira.codehaus.org/browse/MNG-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=348123#comment-348123 ]
Andreas Horst commented on MNG-2570: ------------------------------------ I'd like to point out that even though developers SHOULD have control over logging using the SLF4J configuration (${MAVEN_HOME}/conf/logging/simplelogger.properties in Maven 3.2.1) the property "org.slf4j.simpleLogger.defaultLogLevel" apparently has no effect. (This is also reported here with a proposed workaround to change a log level assignment in the code: http://stackoverflow.com/a/7935897) > Maven needs to support multiple logging levels > ---------------------------------------------- > > Key: MNG-2570 > URL: https://jira.codehaus.org/browse/MNG-2570 > Project: Maven 2 & 3 > Issue Type: Improvement > Components: Logging > Affects Versions: 2.0.4 > Reporter: brianfox brianfox > Fix For: Issues to be reviewed for 3.x > > Attachments: MNG-2570-maven-embedder.patch > > > The current logging levels are essentially verbose (default) and debug (-X). > We need a slightly less verbose output so that things like compiler warnings > and other output is actually visable to the developer. Currently it gets > buried in all the noise. -- This message was sent by Atlassian JIRA (v6.1.6#6162)