FastAPI-app
FastAPI-app copied to clipboard
Example app using FastAPI, asyncio, SQLModel, Celery, Alembic and Supertokens
Results
1
FastAPI-app issues
Sort by
recently updated
recently updated
newest added
Why do `logger = utils.AppLogger.__call__().get_logger()`? This could be `logger = utils.AppLogger().get_logger()`, or maybe even easier, just `logger = logging.getLogger(__name__)`. Am I missing something?