Karaoke-Manager / legacy-backend

The Karman API, written in Python/FastAPI
MIT License
1 stars 0 forks source link

Implement Logging Policy #5

Closed codello closed 2 years ago

codello commented 2 years ago

We should define a logging policy that can be followed when implementing endpoints. I think that loguru looks like an interesting option for a logging library.

codello commented 2 years ago

The python logging library is pretty much the standard solution And loguru exists in parallel. Since SQLAlchemy, Alembic and uvicorn all use the logging library it offers a more consistent configuration interface if we use it too.