This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new 6e9e64d8b9 Turn off debug logging for logback in the STS core tests
6e9e64d8b9 is described below
commit 6e9e64d8b9bf80d53a4b08e6a1a8ed1742d098e7
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Oct 18 14:34:17 2023 +0100
Turn off debug logging for logback in the STS core tests
(cherry picked from commit 4bc1d7530297bc9a1de4f6c3896db7e43a67b0f0)
---
services/sts/sts-core/src/test/resources/logback.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/services/sts/sts-core/src/test/resources/logback.xml
b/services/sts/sts-core/src/test/resources/logback.xml
new file mode 100644
index 0000000000..50e2aae923
--- /dev/null
+++ b/services/sts/sts-core/src/test/resources/logback.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration debug="false">
+
+</configuration>