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 13:01:24 UTC

[cxf] 04/04: Disabling Console logging handler

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

coheigea pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

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

    Disabling Console logging handler
    
    (cherry picked from commit 07d03c12e6505ba8238c508dac2d8df73e4468b0)
---
 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