You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by wpb <30...@qq.com> on 2018/11/09 02:59:53 UTC

How can I configure logback for TaskManager in LocalStreamEnvironment

I'm using Flink LocalStreamEnvironment when developing job. 

When I use the logback for logging, and I found that logback.xml only work for Jobmanager  but not work for TaskManager.

How can I configure the log layout and level for TaskManager in LocalStreamEnvironment.

Thanks!

PB