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 af4290a commit 0f8cc87Copy full SHA for 0f8cc87
1 file changed
src/main.py
@@ -34,6 +34,7 @@
34
async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]: # noqa: ARG001
35
"""Manage application lifespan - startup and shutdown events."""
36
yield
37
+ logger.complete()
38
await close_databases()
39
40
0 commit comments