argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

chore(log): suppress sql warnings (such as upper: slow query) #13891

Closed tooptoop4 closed 1 week ago

tooptoop4 commented 1 week ago

Reduces excess logging (which can $)

Related to https://github.com/upper/db/issues/688

MasonM commented 1 week ago

I find the slow query logs very useful, so I don't think we should be suppressing it. You already have the ability to suppress it by setting the UPPER_DB_LOG environment variable; no code changes needed.