Revert accidental commmit
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e242307a Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e242307a Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e242307a Branch: refs/heads/master Commit: e242307ad8bbe53788f3e03e9e2f0ca977d01340 Parents: f18acbc Author: Daniel Kulp <[email protected]> Authored: Wed Aug 6 21:19:11 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Aug 6 22:04:34 2014 -0400 ---------------------------------------------------------------------- systests/ws-security/src/test/resources/logging.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/e242307a/systests/ws-security/src/test/resources/logging.properties ---------------------------------------------------------------------- diff --git a/systests/ws-security/src/test/resources/logging.properties b/systests/ws-security/src/test/resources/logging.properties index f177e00..b2e5a79 100644 --- a/systests/ws-security/src/test/resources/logging.properties +++ b/systests/ws-security/src/test/resources/logging.properties @@ -38,7 +38,7 @@ #handlers= java.util.logging.ConsoleHandler # To also add the FileHandler, use the following line instead. -handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler +#handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler # Default global logging level. # This specifies which kinds of events are logged across @@ -46,7 +46,7 @@ handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler # can be overriden by a facility specific level # Note that the ConsoleHandler also has a separate level # setting to limit messages printed to the console. -.level= FINE +.level= INFO ############################################################ # Handler specific properties.
