[java-idp-jetty-base] 10/13: IDP-1110 - Remove logback-test.xml

Tom Zeller tzeller at dragonacea.biz
Wed Jun 14 18:34:07 EDT 2017


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

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

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

commit 9e15fb83402e48af41bb8978021481460c25c717
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jun 14 17:26:06 2017 -0500

    IDP-1110 - Remove logback-test.xml
---
 src/test/resources/logback-test.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml
deleted file mode 100644
index f3280e5..0000000
--- a/src/test/resources/logback-test.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<configuration>
-
-    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
-        <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
-            <pattern>%level [%logger:%line] - %msg%n</pattern>
-            <charset>UTF-8</charset>
-        </encoder>
-    </appender>
-
-    <root>
-        <level value="warn" />
-        <appender-ref ref="STDOUT" />
-    </root>
-    
-</configuration>
\ No newline at end of file

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


More information about the commits mailing list