You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jacob Tolar (JIRA)" <ji...@apache.org> on 2018/08/16 16:49:00 UTC

[jira] [Created] (STORM-3198) Topology submitters should be able to supply log4j2 configurations

Jacob Tolar created STORM-3198:
----------------------------------

             Summary: Topology submitters should be able to supply log4j2 configurations
                 Key: STORM-3198
                 URL: https://issues.apache.org/jira/browse/STORM-3198
             Project: Apache Storm
          Issue Type: Improvement
            Reporter: Jacob Tolar


As a topology submitter, I would like to submit a log4j2 configuration alongside my topology to easily control my application's logging parameters. 

 

For example, I might need to reduce the log level of a particularly noisy dependency. Or, I might want to add a filter to drop these messages.

 

Since log4j supports [composite configurations|[https://logging.apache.org/log4j/2.x/manual/configuration.html#CompositeConfiguration],] Storm could support the user passing in a log4j2.xml file to be combined with the 'default' log4j2.xml. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)