Add option for whether tracebacks should be shown in 5xx responses #19
Labels
configuration
Telling the program what to do
enhancement
New feature or request therefor
error handling
Responding to problems
Currently, 5xx responses contain an error traceback in their bodies in order to aid in debugging, but this is bad practice. This behavior should be disabled by default, and a CLI option (
--serve-errors
?) should be required to re-enable it.The text was updated successfully, but these errors were encountered: