diff --git a/backend/main.py b/backend/main.py index 588a95cb..795e5c8a 100644 --- a/backend/main.py +++ b/backend/main.py @@ -49,6 +49,8 @@ app = FastAPI( openapi_url="/api/openapi.json" if settings.DEBUG else None, ) +logger = logging.getLogger(__name__) + # Registrar manejadores de excepciones register_exception_handlers(app)