How to disable console log? #802
-
I would like to disable the generic console log created when a call is received:
How can I do that? (keeping some possible error/warning logs if there are any) |
Beta Was this translation helpful? Give feedback.
Answered by
VojtechVitek
Apr 11, 2023
Replies: 1 comment 1 reply
-
Remove |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wsw70
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove
middleware.Logger
and add your own logger middleware?