You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/02/14 10:24:00 UTC

[jira] [Closed] (FLINK-6678) API Migration guide: add note about removed log4j default logger from core artefacts

     [ https://issues.apache.org/jira/browse/FLINK-6678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-6678.
-----------------------------------
    Resolution: Won't Fix

> API Migration guide: add note about removed log4j default logger from core artefacts
> ------------------------------------------------------------------------------------
>
>                 Key: FLINK-6678
>                 URL: https://issues.apache.org/jira/browse/FLINK-6678
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Build System, Documentation
>    Affects Versions: 1.3.0
>            Reporter: Nico Kruber
>            Priority: Major
>
> The migration guide at {{docs/dev/migration.md}} needs to be extended with some notes about the removed specific logger dependencies in the Flink core artefacts (FLINK-6415).
> This is valid for applications embedding flink. Examples and quickstarts have been adding their loggers already but other projects may need to add those. In maven's {{pom.xml}}, for example, by adding the following dependencies
> {code:xml}
>             <dependency>
>                 <groupId>org.slf4j</groupId>
>                 <artifactId>slf4j-log4j12</artifactId>
>                 <version>1.7.7</version>
>             </dependency>
>             <dependency>
>                 <groupId>log4j</groupId>
>                 <artifactId>log4j</artifactId>
>                 <version>1.2.17</version>
>             </dependency>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)