Make sure stack trace is not returned by default

This commit is contained in:
clearml 2025-06-04 11:53:05 +03:00
parent 06a7aa3126
commit c3f927d6c1

View File

@ -2,8 +2,8 @@
watch: false # Watch for changes (dev only) watch: false # Watch for changes (dev only)
debug: false # Debug mode debug: false # Debug mode
pretty_json: false # prettify json response pretty_json: false # prettify json response
return_stack: true # return stack trace on error return_stack: false # return stack trace on error
return_stack_to_caller: true # top-level control on whether to return stack trace in an API response return_stack_to_caller: false # 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 # if 'return_stack' is true and error contains a status code, return stack trace only for these status codes
# valid values are: # valid values are: