feat: add log
This commit is contained in:
@@ -7,9 +7,13 @@ from fastapi import FastAPI
|
||||
from app.api.v1.router import api_router
|
||||
from app.core.config import get_settings
|
||||
from app.core.dependencies import init_layout_detector
|
||||
from app.core.logging_config import setup_logging
|
||||
|
||||
settings = get_settings()
|
||||
|
||||
# Initialize logging
|
||||
setup_logging()
|
||||
|
||||
|
||||
@asynccontextmanager
|
||||
async def lifespan(app: FastAPI):
|
||||
|
||||
Reference in New Issue
Block a user