Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Excessive logging is better than no logging! This is generally true in distributed big data applications.
-
Use
loguruif it is available. If you have to use theloggingmodule, be aware of traps in using it. For more details, please refer to Hands on the logging Module in Python.