Preconfigured logger.
1"""Preconfigured logger.""" 2 3from logging import getLogger 4 5logger = getLogger("uvicorn")