Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 19f045aa2 -> f2d0618c4
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/f2d0618c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f2d0618c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f2d0618c Branch: refs/heads/3.0.x-fixes Commit: f2d0618c4c2fc4ec4819a3bc91630febe4afa1cb Parents: 19f045a 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:35:30 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/f2d0618c/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
