You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/09/30 21:49:50 UTC

[4/6] storm git commit: Update the doc for log4j conf dir config

Update the doc for log4j conf dir config


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

Branch: refs/heads/master
Commit: d5193649334f967ca50dadde665cc38d7cdcc763
Parents: 508a4ef
Author: zhuol <zh...@yahoo-inc.com>
Authored: Wed Sep 23 20:39:57 2015 -0500
Committer: zhuol <zh...@yahoo-inc.com>
Committed: Wed Sep 23 20:39:57 2015 -0500

----------------------------------------------------------------------
 storm-core/src/jvm/backtype/storm/Config.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d5193649/storm-core/src/jvm/backtype/storm/Config.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/Config.java b/storm-core/src/jvm/backtype/storm/Config.java
index 0eff51b..c886e40 100644
--- a/storm-core/src/jvm/backtype/storm/Config.java
+++ b/storm-core/src/jvm/backtype/storm/Config.java
@@ -148,6 +148,8 @@ public class Config extends HashMap<String, Object> {
 
     /**
      * A directory that holds configuration files for log4j2.
+     * It can be either a relative or an absolute directory.
+     * If relative, it is relative to the storm's home directory.
      */
     public static final String STORM_LOG4J2_CONF_DIR = "storm.log4j2.conf.dir";
     public static final Object STORM_LOG4J2_CONF_DIR_SCHEMA = String.class;