You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by turcsanyip <gi...@git.apache.org> on 2019/01/03 10:14:51 UTC

[GitHub] flume pull request #272: FLUME-3271 Update User Guide to follow log4j2 upgra...

GitHub user turcsanyip opened a pull request:

    https://github.com/apache/flume/pull/272

    FLUME-3271 Update User Guide to follow log4j2 upgrade changes

    Also add support for configuration via system properties
    (similar to the Flume system properties used with Log4j 1.x):
    - flume.log.dir
    - flume.log.file
    - flume.root.logger.level (formerly: flume.root.logger)
    - flume.root.logger.appender (formerly: flume.root.logger)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/turcsanyip/flume FLUME-3271

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/272.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #272
    
----
commit 95d21fa264e2f1e760db38232331ac14ffe2cb08
Author: turcsanyi <tu...@...>
Date:   2018-11-22T11:34:14Z

    FLUME-3271 Update User Guide to follow log4j2 upgrade changes
    
    Also add support for configuration via system properties
    (similar to the Flume system properties used with Log4j 1.x):
    - flume.log.dir
    - flume.log.file
    - flume.root.logger.level (formerly: flume.root.logger)
    - flume.root.logger.appender (formerly: flume.root.logger)

----


---