We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e589b commit 920aa7eCopy full SHA for 920aa7e
cads_processing_api_service/main.py
@@ -56,8 +56,6 @@ async def lifespan(application: fastapi.FastAPI) -> AsyncGenerator[Any, None]:
56
57
58
logger = structlog.get_logger(__name__)
59
-uvicorn_error_logger = logging.getLogger("uvicorn.error")
60
-uvicorn_error_logger.disabled = True
61
62
app = ogc_api_processes_fastapi.instantiate_app(
63
client=clients.DatabaseClient(), # type: ignore
0 commit comments