Hi David, I'm afraid Flink logs all exceptions. You'll find the exceptions in the /log directory.
Cheers, Max On Mon, May 23, 2016 at 6:18 PM, David Kim <david....@braintreepayments.com> wrote: > Hello! > > Just wanted to check up on this. :) > > I grepped around for `log.error` and it *seems* that currently the only > events for logging out exceptions are for non-application related errors. > > Thanks! > David > > On Fri, May 20, 2016 at 12:35 PM David Kim < > david....@braintreepayments.com> wrote: > >> 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 >> >