Better handling of stack trace report on 500 error

This commit is contained in:
allegroai
2021-07-25 14:39:59 +03:00
parent 158da9b480
commit 6488dc54e6
4 changed files with 12 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
debug: false # Debug mode
pretty_json: false # prettify json response
return_stack: true # return stack trace on error
log_calls: true # Log API Calls
return_stack_to_caller: true # top-level control on whether to return stack trace in an API response
# if 'return_stack' is true and error contains a status code, return stack trace only for these status codes
# valid values are: