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
Every time we need to enable debug logging in DSP components (API Server, persistence agent, scheduled workflow), it is a pain to make it work. We need to enable logging through manifest parameters and inject through env var in all pods to enable debugging.
The text was updated successfully, but these errors were encountered:
The initial scope of the task was around just making manifest changes to our midstream repo. On further investigation, we figured that we would need to make changes to the code base as well (main.go for ever component), irrespective on whether we choose to use logrus or glog/klog packages for setting logging levels.
Similarly, we would need to update the code base for APIServer and Scheduled Workflow components as well. Hence, this change needs to go into the upstream kfp-tekton repo first.
Every time we need to enable debug logging in DSP components (API Server, persistence agent, scheduled workflow), it is a pain to make it work. We need to enable logging through manifest parameters and inject through env var in all pods to enable debugging.
The text was updated successfully, but these errors were encountered: