How can one go about getting Waitress to print exceptions/stack traces of any and all errors to the console?
Right now, Waitress seems to swallow up any exceptions not in application code.
For example, I was working with some middleware code, and forgot to import base64
. With Waitress, I had no idea of this error. Gunicorn for example, spits out a stack trace to the console.