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