You need to sign in or sign up before continuing.
feat(logging): add structured json logging to deployed http server
What does this MR do and why?
- logging: Add structured json logging to deployed http server. The logs are also piped to stdout so that the k8s can collect them.
Related Issues
Resolves #235 (closed)
Testing
Locally using RUST_LOG=info
.
Performance Analysis
-
This merge request does not introduce any performance regression. If a performance regression is expected, explain why.