-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
request help: How to record interface(restful api) request log and return log? #5585
Comments
@bzp2010 PTAL, thanks! |
|
No Kafuka server @tzssangglass |
you can use some other logger plugin, such as |
http-logger and tcp-logger record the request info, don't record the return info. |
some existing PRs are refining these features, e.g. #5550 http-logger and tcp-logger support record response can refer to this, if you are interested, PR is welcome! |
use http-logger, Failed to get log_ format。 |
not relevant to this issue, see: #4098 (comment) |
Ok,thanks~ |
Issue description
For example, when a request arrives at apifix, you can record the time of the request, URL parameters, body parameters, return time and return data of the request.
Environment
The text was updated successfully, but these errors were encountered: