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?
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!