mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Better handling of stack trace report on 500 error
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user