Hi, 
  is there any option (from API level) to redirect the log messages to a
file instead of stdout? 

Thanks


log4j:WARN No appenders could be found for logger
(org.apache.flink.api.java.ExecutionEnvironment).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.
06/19/2015 12:14:12     Job execution switched to status RUNNING.
....
06/19/2015 12:14:12     DataSink (collect() sink)(1/1) switched to
DEPLOYING 
06/19/2015 12:14:12     DataSink (collect() sink)(1/1) switched to
RUNNING 
06/19/2015 12:14:12     DataSink (collect() sink)(1/1) switched to
FINISHED 
06/19/2015 12:14:12     Job execution switched to status FINISHED.


Reply via email to