[java-idp-plugin-jetty] 20/186: IDP-1110 - Remove logback-test.xml
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:11 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.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