You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing the JSON logs of argocd-repo-server in Loki there is a huge binary printed in &runtime.RawExtension{Raw. I have truncated the output, but it is flooding the logs and filling up the storage.
@maggie44 can you share you Application Manifest that correspond to this application. If your application source contains a large object, it will be reflected in the log. This code is generated automatically but might be configurable to exclude some fields:
Checklist:
argocd version
.Describe the bug
When viewing the JSON logs of
argocd-repo-server
in Loki there is a huge binary printed in&runtime.RawExtension{Raw
. I have truncated the output, but it is flooding the logs and filling up the storage.time="2024-05-21T20:37:31Z" level=info msg="manifest cache hit: &ApplicationSource{RepoURL:registry-1.docker.io,Path:,TargetRevision:8.23.4,Helm:&ApplicationSourceHelm{ValueFiles:[],Parameters:[]HelmParameter{},ReleaseName:,Values:,FileParameters:[]HelmFileParameter{},Version:,PassCredentials:false,IgnoreMissingValueFiles:false,SkipCrds:false,ValuesObject:&runtime.RawExtension{Raw:*[123 34 ...],},},Kustomize:nil,Directory:nil,Plugin:nil,Chart:bitnamicharts/kube-prometheus,Ref:,}/8.23.4"
To Reproduce
Deploy ArgoCD to Kubernetes cluster and view the logs through Loki.
Version
v2.11.1+9f40df0
The text was updated successfully, but these errors were encountered: