import structlog from fastapi import FastAPI app = FastAPI( servers=[{"url": "https://kennel.hatecomputers.club", "description": "prod"}] ) logger = structlog.get_logger()