Repository: usergrid Updated Branches: refs/heads/debug_logging 30db8380d -> e06e15971
logging off Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/e06e1597 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/e06e1597 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/e06e1597 Branch: refs/heads/debug_logging Commit: e06e15971c84606c7b151217405609a2f556ad49 Parents: 30db838 Author: Mike Dunker <[email protected]> Authored: Tue Oct 17 15:16:30 2017 -0700 Committer: Mike Dunker <[email protected]> Committed: Tue Oct 17 15:16:30 2017 -0700 ---------------------------------------------------------------------- stack/core/src/test/resources/log4j.properties | 2 +- stack/rest/src/test/resources/log4j.properties | 2 +- stack/services/src/test/resources/log4j.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/e06e1597/stack/core/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/stack/core/src/test/resources/log4j.properties b/stack/core/src/test/resources/log4j.properties index 3eaf0e6..9b1afd7 100644 --- a/stack/core/src/test/resources/log4j.properties +++ b/stack/core/src/test/resources/log4j.properties @@ -18,7 +18,7 @@ # and the pattern to %c instead of %l. (%l is slower.) # output messages into a rolling log file as well as stdout -log4j.rootLogger=ERROR,stdout +log4j.rootLogger=OFF #log4j.rootLogger=INFO,stdout # stdout http://git-wip-us.apache.org/repos/asf/usergrid/blob/e06e1597/stack/rest/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/stack/rest/src/test/resources/log4j.properties b/stack/rest/src/test/resources/log4j.properties index 8bfd268..2c03c2a 100644 --- a/stack/rest/src/test/resources/log4j.properties +++ b/stack/rest/src/test/resources/log4j.properties @@ -18,7 +18,7 @@ # and the pattern to %c instead of %l. (%l is slower.) # output messages into a rolling log file as well as stdout -log4j.rootLogger=ERROR,stdout +log4j.rootLogger=OFF # stdout #log4j.appender.stdout=org.apache.log4j.ConsoleAppender http://git-wip-us.apache.org/repos/asf/usergrid/blob/e06e1597/stack/services/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/stack/services/src/test/resources/log4j.properties b/stack/services/src/test/resources/log4j.properties index fafcbb0..e148cda 100644 --- a/stack/services/src/test/resources/log4j.properties +++ b/stack/services/src/test/resources/log4j.properties @@ -18,7 +18,7 @@ # and the pattern to %c instead of %l. (%l is slower.) # output messages into a rolling log file as well as stdout -log4j.rootLogger=ERROR,stdout +log4j.rootLogger=OFF # stdout #log4j.appender.stdout=org.apache.log4j.ConsoleAppender
