You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2017/01/27 11:40:15 UTC

cxf git commit: Remove debug output from console

Repository: cxf
Updated Branches:
  refs/heads/master dd06f32a4 -> 99f5296bf


Remove debug output from console


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/99f5296b
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/99f5296b
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/99f5296b

Branch: refs/heads/master
Commit: 99f5296bfed5278b60d6fa4065e1537fd59fcf64
Parents: dd06f32
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Jan 27 11:39:59 2017 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Jan 27 11:39:59 2017 +0000

----------------------------------------------------------------------
 systests/rs-sse/src/test/resources/logback.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/99f5296b/systests/rs-sse/src/test/resources/logback.xml
----------------------------------------------------------------------
diff --git a/systests/rs-sse/src/test/resources/logback.xml b/systests/rs-sse/src/test/resources/logback.xml
index 29c0c7c..73cf1ea 100644
--- a/systests/rs-sse/src/test/resources/logback.xml
+++ b/systests/rs-sse/src/test/resources/logback.xml
@@ -6,7 +6,7 @@
 		</encoder>
 	</appender>
 
-	<root level="DEBUG">
+	<!--<root level="DEBUG">
 		<appender-ref ref="STDOUT" />
-	</root>
-</configuration>
\ No newline at end of file
+	</root>-->
+</configuration>