You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/01/21 21:20:32 UTC

[05/17] git commit: Prevent double debug logging.

Prevent double debug logging.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/8773a183
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/8773a183
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/8773a183

Branch: refs/pull/18/head
Commit: 8773a183310181c2b6d8923cc550f5d916b90e73
Parents: 1aba620
Author: Dave Johnson <dm...@apigee.com>
Authored: Mon Jan 20 10:56:52 2014 -0500
Committer: Dave Johnson <dm...@apigee.com>
Committed: Mon Jan 20 10:56:52 2014 -0500

----------------------------------------------------------------------
 stack/rest/src/test/resources/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/8773a183/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 c660adb..34e591b 100644
--- a/stack/rest/src/test/resources/log4j.properties
+++ b/stack/rest/src/test/resources/log4j.properties
@@ -39,4 +39,4 @@ log4j.logger.org.usergrid.rest.security.AllowAjaxFilter=WARN, stdout
 log4j.logger.me.prettyprint.hector.api.beans.AbstractComposite=ERROR, stdout
 
 
-#log4j.logger.org.apache.cassandra.service.StorageProxy=DEBUG, stdout
\ No newline at end of file
+log4j.logger.org.usergrid.rest.management=DEBUG
\ No newline at end of file