Re: disable console output

2016-07-05 Thread Jamie Grier
Hi Andres, I believe what you're looking for is to disable the logging. Have a look at the log4j.properties file that exists in your /lib directory. You can configure this to use a NullAppender (or whatever you like). You can also selectively just disable logging for particular parts of the clas

disable console output

2016-07-05 Thread Andres R. Masegosa
Hi, I'm having problems when working with flink (local mode) and travis-ci. The console output gives raises to big logs files (>4MB). How can I disable from my Java code (through the Configuration object) the progress messages displayed in console? Thanks, Andres