# Unified-FastAPI-Gunicorn-Log **Repository Path**: irvinren/Unified-FastAPI-Gunicorn-Log ## Basic Information - **Project Name**: Unified-FastAPI-Gunicorn-Log - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-23 - **Last Updated**: 2025-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unified Logging by Loguru for Gunicorn, Uvicorn, and FastAPI Inspired and Modified from [Pawamoy's articles](https://pawamoy.github.io/posts/unify-logging-for-a-gunicorn-uvicorn-app/) ## Installation ```sh pip install unified-fastAPI-gunicorn-log ``` ## Example See [example.py](example.py) and [example_inherited.py](example_inherited.py). To run server, follow below command. ```sh python example.py python example_inherited.py ``` ---- © 2021 Tanapat Kahabodeekanokkul