""" Default logger for FastAPI. Provides a pre-configured logger instance named "fastapi" for internal logging throughout the framework. """ import logging logger = logging.getLogger("fastapi")