Add support for JSON log output format #919
CarlosSilvaCardoso
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add a configuration option to enable structured logging output in JSON format for the NFS CSI driver.
In many Kubernetes environments, especially in production, logs are consumed by centralized logging systems such as:
Structured logs (e.g., JSON format) are essential for:
Currently, the NFS CSI driver outputs logs in plain-text format using klog, which makes it harder to parse dynamically without using additional filters or Lua scripts.
Beta Was this translation helpful? Give feedback.
All reactions