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 2018/07/27 11:37:51 UTC

[cxf] 02/02: Disabling Console logging handler

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 07d03c12e6505ba8238c508dac2d8df73e4468b0
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Jul 27 12:30:47 2018 +0100

    Disabling Console logging handler
---
 rt/javascript/javascript-tests/src/test/resources/logging.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rt/javascript/javascript-tests/src/test/resources/logging.properties b/rt/javascript/javascript-tests/src/test/resources/logging.properties
index 4d255d8..ac3251b 100644
--- a/rt/javascript/javascript-tests/src/test/resources/logging.properties
+++ b/rt/javascript/javascript-tests/src/test/resources/logging.properties
@@ -19,7 +19,7 @@
 #
 #
 # logging for the javascript tests
-handlers= java.util.logging.ConsoleHandler
+#handlers= java.util.logging.ConsoleHandler
 .level= SEVERE
 java.util.logging.ConsoleHandler.level = SEVERE
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter