014 add json logging
This commit is contained in:
@@ -4,9 +4,11 @@ from fastapi import FastAPI
|
||||
|
||||
from app.config import Settings, get_settings
|
||||
from app.controllers.v1.delivery import router as delivery_router
|
||||
from app.runtime.logging import configure_logging
|
||||
|
||||
|
||||
def create_app(settings: Settings | None = None) -> FastAPI:
|
||||
configure_logging()
|
||||
resolved_settings = settings or get_settings()
|
||||
|
||||
application = FastAPI(title="G2S Aggregator", version="0.1.0")
|
||||
|
||||
Reference in New Issue
Block a user