You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/08/25 23:28:41 UTC

[11/50] [abbrv] hive git commit: HIVE-11562: Typo in hive-log4j2.xml throws unknown level exception (Prasanth Jayachandran reviewed by Sergey Shelukhin)

HIVE-11562: Typo in hive-log4j2.xml throws unknown level exception (Prasanth Jayachandran reviewed by Sergey Shelukhin)


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

Branch: refs/heads/llap
Commit: d307abbf1093ffdc2599489bd6f67bdb8dcb3e14
Parents: c93d6c7
Author: Prasanth Jayachandran <j....@gmail.com>
Authored: Fri Aug 14 14:01:57 2015 -0700
Committer: Prasanth Jayachandran <j....@gmail.com>
Committed: Fri Aug 14 14:01:57 2015 -0700

----------------------------------------------------------------------
 data/conf/hive-log4j2.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/d307abbf/data/conf/hive-log4j2.xml
----------------------------------------------------------------------
diff --git a/data/conf/hive-log4j2.xml b/data/conf/hive-log4j2.xml
index c9adfa2..a40be2c 100644
--- a/data/conf/hive-log4j2.xml
+++ b/data/conf/hive-log4j2.xml
@@ -70,7 +70,7 @@
 
   <Loggers>
     <Root level="${sys:hive.log.threshold}">
-      <AppenderRef ref="${sys:hive.root.logger}" level="{sys:hive.log.level}"/>
+      <AppenderRef ref="${sys:hive.root.logger}" level="${sys:hive.log.level}"/>
       <AppenderRef ref="EventCounter" />
     </Root>