lappsgrid-incubator/jupyter-groovy-kernel

Don't print stack trace if user code fails.

ksuderman opened this issue · 0 comments

Currently the ExecuteHandler will log any exceptions and stack traces when user code fails to compile and/or run. However, this is not useful and just clutters up the log file.