Closed codello closed 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.
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.