[java-idp-jetty-base] 02/02: Raise Jetty's log level to INFO

Tom Zeller tzeller at dragonacea.biz
Mon Aug 22 15:48:29 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 9.3
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=e0ffe037278866e27856f57e0f9eb10aa2fabd2b

commit e0ffe037278866e27856f57e0f9eb10aa2fabd2b
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 22 14:45:43 2016 -0500

    Raise Jetty's log level to INFO
---
 src/main/resources/jetty-base/resources/logback.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/jetty-base/resources/logback.xml b/src/main/resources/jetty-base/resources/logback.xml
index 7d41268..67e7112 100644
--- a/src/main/resources/jetty-base/resources/logback.xml
+++ b/src/main/resources/jetty-base/resources/logback.xml
@@ -13,7 +13,7 @@
         </encoder>
     </appender>
    
-    <root level="DEBUG">
+    <root level="INFO">
         <appender-ref ref="jetty" />
     </root>
     <logger name="org.springframework" level="OFF" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list