Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 3 commits into from

Conversation

rmetzger
Copy link
Contributor

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).

@@ -40,6 +40,9 @@ under the License.

<includes>
<include>org.apache.flink:flink-python</include>
<include>org.apache.flink:flink-python</include>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental line duplication?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops... Yes. I'll remove that again

@StephanEwen
Copy link
Contributor

Nice addition, looks good to me!

+1 to merge this

@rmetzger
Copy link
Contributor Author

Thank you for the review. I'm merging this PR

@asfgit asfgit closed this in 1243d7b Sep 30, 2015
aljoscha pushed a commit to aljoscha/flink that referenced this pull request Oct 2, 2015
sachingoel0101 pushed a commit to sachingoel0101/flink that referenced this pull request Oct 8, 2015
lofifnc pushed a commit to lofifnc/flink that referenced this pull request Oct 8, 2015
cfmcgrady pushed a commit to cfmcgrady/flink that referenced this pull request Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants