-
Hi, can someone tell me if it possible to remove from log info OPTIONS calls and maintain only GET, POST, ... calls? Thx! |
Beta Was this translation helpful? Give feedback.
Answered by
icebob
Apr 6, 2022
Replies: 2 comments
-
You can overwrite the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DavidP-B
-
Perfect, works like a charm! |
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
You can overwrite the
logRequest(req)
andlogResponse(req, res, data)
method in API gw service.