Innopolis University DevOps Playground
Skip to content

Implement logging using loguru

Use loguru to implement logging amoung ALL endpoints and all functions. Use debug for detailed information, use info for "status" information, use critical/error only for really dangerous things. Information from debug must be enough to understand which particular line of code is producing bug.

https://loguru.readthedocs.io/en/stable/api/logger.html

Edited by Anton Kudryavtsev