You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm missing a setting but when I send in an invalid enum into my REST endpoint, I get the 400 Bad Request as expected.
However, I don't get any other information about WHY it was a bad requesst in my logs.
I just get that it was a 400 bad request.
Is there a way to get the stack trace to print out on WHAT caused the bad request?
Thanks!
The text was updated successfully, but these errors were encountered:
Maybe I'm missing a setting but when I send in an invalid enum into my REST endpoint, I get the 400 Bad Request as expected.
However, I don't get any other information about WHY it was a bad requesst in my logs.
I just get that it was a 400 bad request.
Is there a way to get the stack trace to print out on WHAT caused the bad request?
Thanks!
The text was updated successfully, but these errors were encountered: