Skip to content

Commit 1769722

Browse files
committed
Add logger variable to app package
1 parent 80929d8 commit 1769722

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
import logging
2+
13
from .dependencies import SessionDep, get_db_session, get_settings, lifespan_func
4+
5+
logger = logging.getLogger("uvicorn.error")

0 commit comments

Comments
 (0)