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.
Edited by Anton Kudryavtsev