Replies: 1 comment
-
The outcome & response reported are letting you know that the response was successfully sent to the client. You need to check on the client side to see whether a successful response was sent (and what the HTTP code was). Rocket doesn't log this by default, although you can create & attach a fairing to report this information.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here are my logs:
There are all green (visually).
And here is my code:
I return an error. I would expect that since my route returned an error, the logs would be red and not announcing to me the success of the call. Because the outcome of my call is not a success and the call literally failed.
Is there something I don't understand there? Is this the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions