[ 
https://issues.apache.org/jira/browse/FLINK-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935787#comment-14935787
 ] 

ASF GitHub Bot commented on FLINK-2703:
---------------------------------------

GitHub user rmetzger opened a pull request:

    https://github.com/apache/flink/pull/1194

    [FLINK-2703] Prepare Flink for using it with Logback.

    i was talking to a user recently who asked for using Logback instead of 
Log4j.
    
    This pull request is adding a section in the "Best practices" page which 
describes how to use Logback for running Flink locally from the IDE and on a 
cluster.
    I also needed to change the pom's of `flink-dist`: They are now placing 
log4j and slf4j-log4j as separate jars into the lib/ folder (instead of packing 
them into the fat jar).

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

    $ git pull https://github.com/rmetzger/flink flink2703

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

    https://github.com/apache/flink/pull/1194.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 #1194
    
----
commit 505778994ce9bce1a8389e4c7ba0c782512cd65a
Author: Robert Metzger <rmetz...@apache.org>
Date:   2015-09-28T10:16:29Z

    [FLINK-2703] Prepare Flink for being used with Logback.

----


> Remove log4j classes from fat jar / document how to use Flink with logback
> --------------------------------------------------------------------------
>
>                 Key: FLINK-2703
>                 URL: https://issues.apache.org/jira/browse/FLINK-2703
>             Project: Flink
>          Issue Type: Task
>          Components: Build System
>    Affects Versions: 0.10
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>
> Flink is using slf4j as the logging interface and log4j as the logging 
> backend.
> I got requests from users which want to use a different logging backend 
> (logback) with Flink. Currently, its quite hard for them, because they have 
> to do a custom Flink build with log4j excluded.
> The purpose of this JIRA is to ship a Flink build that is prepared for users 
> to use a different logging backend.
> I'm also going to document how to use logback with Flink.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to