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
See opea-project/GenAIInfra#469
It turns out it's the uvicorn access message, which should be filter out by sth like this:
logging.getLogger("uvicorn.access").addFilter(lambda record: "/v1/health_check" not in record.getMessage())
Or provide a way to set the log level higher than INFO
The text was updated successfully, but these errors were encountered:
See opea-project/GenAIInfra#469
It turns out it's the uvicorn access message, which should be filter out by sth like this:
logging.getLogger("uvicorn.access").addFilter(lambda record: "/v1/health_check" not in record.getMessage())
Or provide a way to set the log level higher than INFO
The text was updated successfully, but these errors were encountered: