Replies: 1 comment 3 replies
-
Hi @kameeloo, Our components can be modified to log in a different format through Helm template values. For example: You can look through the supported values here: https://github.com/linkerd/linkerd2/blob/main/charts/linkerd-control-plane/README.md#values When installing (or upgrading) linkerd, you can specify the value overrides to get logs in a different format. Hope that answers your question :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My application needs to report every access (like request [not]authenticated, or invalid cert or token or invalid request etc) in a very specific format (json with specific fields and flags; like: USER:, SECURITY-CODE:, etc).
Is there any way to configure proxy to get such format? What are the options to satisfy such a requirement?
Thanks in advance for any response or link.
Regards,
Kamil
Beta Was this translation helpful? Give feedback.
All reactions