Hi,
I have a logback for my flink application which is packaged with the
application fat jar. However when I submit my job from flink command line
tool, I see that logback is set to
-Dlogback.configurationFile=file:/data/flink-1.7.2/conf/logback.xml from
the client log.

As a result my application log ends up going to the client log. How can I
change this behavior . I know a dirty fix is to add my logback config to
the logback in /data/flink-1.7.2/conf/logback.xml .

Any other suggestions on how I can have my application log to its
configured appenders.

Thanks,
Vishwas

Reply via email to