Replies: 1 comment
-
You can apply the same best practices here as with the rest of the rust ecosystem. Asynchronous logging is generally good. |
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
-
Hi there,
I am using a Pingora-based API gateway, and one issue I am encountering is that I want to log the access logs for each request, similar to nginx. However, I want to minimize the performance impact while logging. What are the best practices for recording file logs? Should logging be done asynchronously?
Beta Was this translation helpful? Give feedback.
All reactions