Repository: cxf Updated Branches: refs/heads/master 8847306b7 -> 8185fdd55
Disable console logging handler Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8185fdd5 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8185fdd5 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8185fdd5 Branch: refs/heads/master Commit: 8185fdd555dc38400620ffdc5e68486e8b00ebcf Parents: 8847306 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Oct 20 15:34:50 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Oct 20 15:34:50 2015 +0100 ---------------------------------------------------------------------- systests/rs-security/src/test/resources/logging.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/8185fdd5/systests/rs-security/src/test/resources/logging.properties ---------------------------------------------------------------------- diff --git a/systests/rs-security/src/test/resources/logging.properties b/systests/rs-security/src/test/resources/logging.properties index 0cc4821..b796128 100644 --- a/systests/rs-security/src/test/resources/logging.properties +++ b/systests/rs-security/src/test/resources/logging.properties @@ -35,7 +35,7 @@ # Note that these classes must be on the system classpath. # By default we only configure a ConsoleHandler, which will only # show messages at the INFO and above levels. -handlers= java.util.logging.ConsoleHandler +#handlers= java.util.logging.ConsoleHandler # To also add the FileHandler, use the following line instead. #handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler
