You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ab...@apache.org on 2018/03/05 17:47:56 UTC

ranger git commit: RANGER-2000: Policy effective dates to support time-bound and temporary authorization

Repository: ranger
Updated Branches:
  refs/heads/master 844315cdb -> 19d6ef464


RANGER-2000: Policy effective dates to support time-bound and temporary authorization


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/19d6ef46
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/19d6ef46
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/19d6ef46

Branch: refs/heads/master
Commit: 19d6ef464a39394869ddf49e49c8e39dce96a8a0
Parents: 844315c
Author: Abhay Kulkarni <ak...@hortonworks.com>
Authored: Mon Mar 5 09:26:19 2018 -0800
Committer: Abhay Kulkarni <ak...@hortonworks.com>
Committed: Mon Mar 5 09:26:19 2018 -0800

----------------------------------------------------------------------
 agents-common/src/test/resources/log4j.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/19d6ef46/agents-common/src/test/resources/log4j.xml
----------------------------------------------------------------------
diff --git a/agents-common/src/test/resources/log4j.xml b/agents-common/src/test/resources/log4j.xml
index ddf57b9..926f47c 100644
--- a/agents-common/src/test/resources/log4j.xml
+++ b/agents-common/src/test/resources/log4j.xml
@@ -83,7 +83,7 @@
     </logger>
 
     <root>
-        <level value="debug" />
+        <level value="warn" />
         <appender-ref ref="console" />
     </root>