Yeah, we are running Phoenix in prod so /healthz gets hit frequently. We can filter them out at query time, but would prefer to not be paying our logging provider for them.
Would you accept a PR to configure this via env var, similar to:
"""
The logging level ('debug', 'info', 'warning', 'error', 'critical') for the Phoenix backend. For
database logging see ENV_DB_LOGGING_LEVEL. Defaults to info.
"""
ENV_DB_LOGGING_LEVEL = "PHOENIX_DB_LOGGING_LEVEL"