Skip to content

Commit 920aa7e

Browse files
committed
revert
1 parent 85e589b commit 920aa7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cads_processing_api_service/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ async def lifespan(application: fastapi.FastAPI) -> AsyncGenerator[Any, None]:
5656

5757

5858
logger = structlog.get_logger(__name__)
59-
uvicorn_error_logger = logging.getLogger("uvicorn.error")
60-
uvicorn_error_logger.disabled = True
6159

6260
app = ogc_api_processes_fastapi.instantiate_app(
6361
client=clients.DatabaseClient(), # type: ignore

0 commit comments

Comments
 (0)