Updated Branches:
refs/heads/sentry-1.2.0 08a7ab642 -> 46e73a37e
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/46e73a37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/46e73a37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/46e73a37
Branch: refs/heads/sentry-1.2.0
Commit: 46e73a37e9f6f336ae3e9639c4649acb1a79b524
Parents: 08a7ab6
Author: Shreepadma Venugopalan <shreepadma@apache.org>
Authored: Wed Sep 18 10:33:10 2013 -0700
Committer: Shreepadma Venugopalan <shreepadma@apache.org>
Committed: Wed Sep 18 14:17:12 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/46e73a37/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
|