diff options
author | vladt | 2011-03-18 19:35:38 +0000 |
---|---|---|
committer | vladt | 2011-03-18 19:35:38 +0000 |
commit | e59505649ef40260e5554e2c5c70740077c2189d (patch) | |
tree | b4eaca2136ae4f45867495bac412c0a769525cbc | |
parent | 54f01b6a60bbadee98f89f9efa32882abdf86fdc (diff) | |
download | m2e-core-e59505649ef40260e5554e2c5c70740077c2189d.tar.gz m2e-core-e59505649ef40260e5554e2c5c70740077c2189d.tar.xz m2e-core-e59505649ef40260e5554e2c5c70740077c2189d.zip |
340471: Set default logging level to INFO
-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" /> |