awesome-fastapi-projects/fastapi_projects/logger.py

4 lines
63 B
Python
Raw Permalink Normal View History

import logging
logger = logging.getLogger("fastapi-projects")