Hi,
I have a Flink multinode cluster and I use Flink standalone scheduler to deploy applications on the cluster. When I deploy applications on the cluster I can see some log files on the path FLINK_HOME/logs will be created but there is no separate log file for each application and all application logs are merged into files. I have no idea how Flink organize logs on standalone mode. I was wondering if it's possible to have a separate log file for each application? or for example set the log file name and path when I submit the applications on the cluster?
