Github user YvonneIronberg commented on a diff in the pull request:

    https://github.com/apache/storm/pull/684#discussion_r37103291
  
    --- Diff: storm-core/src/jvm/backtype/storm/Config.java ---
    @@ -145,6 +145,12 @@
         public static final String STORM_LOCAL_DIR = "storm.local.dir";
         public static final Object STORM_LOCAL_DIR_SCHEMA = String.class;
     
    +           /**
    +            * A directory that holds configuration files for log4j2.
    +            */
    +           public static final String STORM_LOG4J2_CONF_DIR = 
"storm.log4j2.conf.dir";
    +           public static final Object STORM_LOG4J2_CONF_DIR_SCHEMA = 
String.class;
    +
    --- End diff --
    
    Thanks. Done.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to