Application-specific loggers configuration

Posted by Gwenhael Pasquiers on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Application-specific-loggers-configuration-tp2507.html

Hi,

 

We’re developing the first of (we hope) many flink streaming app.

 

We’d like to package the logging configuration (log4j) together with the jar. Meaning, different application will probably have different logging configuration (ex: to different logstash ports) …

 

Is there a way to “override” the many log4j properties files that are in flink/conf./*.properties ?

 

In our environment, the flink binaries would be on the PATH, and our apps would be :

-          Jar file

-          App configuration files

-          Log configuration files

-          Startup script

 

B.R.

 

Gwenhaƫl PASQUIERS