Hey folks, I'm struggling to find in the code where we set/override the logging configuration?
logging.basicConfig(level=logging.INFO)
logging.info("I'm printed")
env = StreamExecutionEnvironment.get_execution_environment()
logging.info("I'm not")
Can you give me some pointers?
Thanks,
Matyas
