-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LogInterceptor #27
Comments
Here is what I've done on my project
|
This can be achieved with |
This is a good idea. Can you contribute it in |
@tejainece route.url is not accessible on RouteBase. |
Oh. We have to move it to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice to have by default a logInterceptor that we can add if you want.
We can put log level on it like BASIC / FULL.
BASIC will print:
starting POST https://myurl
result POST https://myurl status 201
FULL will print:
starting POST https://myurl with data {all the data pretty printed json/form...}
result POST https://myurl status 201 with data {all the data pretty printed json/form...}
it will help a lot during debug
The text was updated successfully, but these errors were encountered: