-
Notifications
You must be signed in to change notification settings - Fork 880
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
JSON Logging #1914
Comments
I am not sure since I didn't use it. However, it seems that the controller provides flags to change log format: https://github.com/argoproj/argo-rollouts/blob/master/cmd/rollouts-controller/main.go#L221 Therefore, I don't know whether it is documented or not but passing additional command-line arguments to the rollouts-controller may change its log format. |
@DWSR |
Signed-off-by: Celal Öner <[email protected]> Refs: argoproj#1914
Hi @perenesenko if you do not have any different plans for this one, I can submit a PR similar to ArgoCD server command docs as follows: hcelaloner@67d3900 (may also move this new section to the end of installation.md, if that would be more appropriate?) Edit: Submitted a PR may work on it or change it based on comments 👍 |
Refs: argoproj#1914 Signed-off-by: Celal Öner <[email protected]>
Refs: argoproj#1914 Signed-off-by: Celal Öner <[email protected]>
When leader election is enabled there is one line that doesn't follow JSON format. |
Refs: argoproj#1914 Signed-off-by: Celal Öner <[email protected]>
Refs: argoproj#1914 Signed-off-by: Celal Öner <[email protected]>
This issue is stale because it has been open 60 days with no activity. |
Not stale. |
This issue is stale because it has been open 60 days with no activity. |
Not stale. |
This issue is stale because it has been open 60 days with no activity. |
Not stale. |
@AliDotS presumably logs from klog aren't being mapped to logrus. |
Summary
Argo Rollouts is one of the few Argo projects that doesn't support JSON logging
Use Cases
When trying to naively parse logs using a log aggregator like Fluentd.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: