Re: Different log4j.properies

Posted by Chesnay Schepler on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Different-log4j-properies-tp7271p7272.html

i believe the log4j.properties are always used for JM/TM logs,
and log4j-yarn-session.properties strictly for pure YARN stuff.

On 30.05.2016 18:30, Konstantin Knauf wrote:

> Hi everyone,
>
> basic question, but I just want to check if my current understanding of
> the log4j property files inside flink's conf directory is correct.
>
> log4j-cli.properties: Used by the client "flink run/list" for code not
> executed in the cluster
> log4j-yarn-session.properties Used by the client when starting a yarn
> session "./yarn-session.sh"
> lo4j.properties: JobManager/Taskmanager Logs in Standalone-Mode. Not
> used, when running on YARN.
>
> Cheers,
>
> Konstantin