Hello! Using flink 1.0.2, I noticed that exceptions thrown during a flink program would show up on the flink dashboard in the 'Exceptions' tab. That's great!
However, I don't think flink currently logs this same exception. I was hoping there would be an equivalent `log.error` call so that third party logging frameworks can also act upon such errors. If this currently the known behavior, would it be troublesome to also make a `log.error` call around the code that is responsible for sending the exception to the dashboard? If there's a misconfiguration on my end, let me know! Thanks! David