You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sh...@apache.org on 2013/09/18 20:19:13 UTC

git commit: SENTRY-15: log4j.properties file under sentry-tests references the old access package

Updated Branches:
  refs/heads/master fc9e88391 -> 58efee39e


SENTRY-15: log4j.properties file under sentry-tests references the old access package


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/58efee39
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/58efee39
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/58efee39

Branch: refs/heads/master
Commit: 58efee39e04b998078da587e686d3cae1fd41254
Parents: fc9e883
Author: Shreepadma Venugopalan <sh...@apache.org>
Authored: Wed Sep 18 10:33:10 2013 -0700
Committer: Shreepadma Venugopalan <sh...@apache.org>
Committed: Wed Sep 18 11:16:35 2013 -0700

----------------------------------------------------------------------
 sentry-tests/src/test/resources/log4j.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/58efee39/sentry-tests/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/sentry-tests/src/test/resources/log4j.properties b/sentry-tests/src/test/resources/log4j.properties
index 81b870a..d941816 100644
--- a/sentry-tests/src/test/resources/log4j.properties
+++ b/sentry-tests/src/test/resources/log4j.properties
@@ -21,8 +21,8 @@
 #
 # For testing, it may also be convenient to specify
 
-access.root.logger=INFO,console
-log4j.rootLogger=${access.root.logger}
+sentry.root.logger=INFO,console
+log4j.rootLogger=${sentry.root.logger}
 
 log4j.appender.console=org.apache.log4j.ConsoleAppender
 log4j.appender.console.target=System.err
@@ -30,6 +30,6 @@ log4j.appender.console.layout=org.apache.log4j.PatternLayout
 log4j.appender.console.layout.ConversionPattern=%d (%t) [%p - %l] %m%n
 
 log4j.logger.org.apache.hadoop.conf.Configuration=ERROR
-log4j.logger.org.apache.access=DEBUG
+log4j.logger.org.apache.sentry=DEBUG
 
 log4j.category.DataNucleus=ERROR