seldon-core
seldon-core copied to clipboard
Spike in Cloud Logging metrics
I recently upgraded seldon from 1.15 to 1.16 version. I am using GKE (Google Kubernetes Engine cluster) Version 1.27 and I see a huge spike in the logs emitted from seldon-system/seldon-controller-manager deployment manager container.
Details: Logs spiked from .1Kb/sec to like 2Mb/sec.
I see logs with ---> Patch: {some json} , Current: {some json} , Modified: {some json} , Original: {some json}
I would like to know the configuration to stop logging from the deployment.
Thanks..