Is it possible to have a cleaner log output when throwing an Exception, for example in a Python Startup script?
So that we can see just the Exception message and not display the whole Python script. Maybe others prefer this, but for me it was confusing thinking there is an issue with the Python rather than the thrown Exception.

