GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/incubator-flink/pull/111

    [FLINK-1086] Replaced jcl with slf4j and log4j with logback.

    Replaced the jcl logging interface with slf4j and log4j with logback. 
Removed also log4j specific code so Flink can easily be executed using a 
different slf4j binding. This work also standardises the logging configuration 
which is now exclusively done by specifying a logback.xml configuration file. 
This file is either put in the classpath (e.g. src/main/resources/) or given 
via the environment property -Dlogback.configurationFile. If no configuration 
is provided then the default configuration of logback is used.

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

    $ git pull https://github.com/tillrohrmann/incubator-flink slf4j

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

    https://github.com/apache/incubator-flink/pull/111.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 #111
    
----
commit 6f1737333176b04ca8a496eb470c918f097de705
Author: Till Rohrmann <[email protected]>
Date:   2014-08-28T10:36:53Z

    Replaced jcl with slf4j and log4j with logback.
    
    Excluded kafkas transitive dependencies: jmxtools and jmxri.
    
    Corrected encoder pattern in logback.xml
    
    Removed explicit logging access. Loggers are now configured by 
configuration files. Fixed Yarn issue with multiple logging bindings.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to