how to specify the log level?
Posted by Attila BernĂ¡th on Nov 06, 2014; 4:28pm
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/how-to-specify-the-log-level-tp329.html
Dear Developers!
I clone the incubator-flink from github and import it as a maven
project in my eclipse.
I then run some example, like
org.apache.flink.spargel.java.examples.SpargelConnectedComponents
and I get a lot of log on the console. How to change that?
I tried changing some log4j.properties and logback.xml files,
according to the documentation, but I did not find the right one.
Thanks in advance.
Attila