diff options
Diffstat (limited to 'org.eclipse.m2e.logback.configuration')
-rw-r--r-- | org.eclipse.m2e.logback.configuration/defaultLogbackConfiguration/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.logback.configuration/defaultLogbackConfiguration/logback.xml b/org.eclipse.m2e.logback.configuration/defaultLogbackConfiguration/logback.xml index d086c568..a3539e39 100644 --- a/org.eclipse.m2e.logback.configuration/defaultLogbackConfiguration/logback.xml +++ b/org.eclipse.m2e.logback.configuration/defaultLogbackConfiguration/logback.xml @@ -30,7 +30,7 @@ <appender name="MavenConsoleLog" class="org.eclipse.m2e.logback.appender.MavenConsoleAppender"> </appender> - <root level="debug"> + <root level="INFO"> <appender-ref ref="FILE" /> <appender-ref ref="STDOUT" /> <appender-ref ref="EclipseLog" /> |