It is always good to utilize existing patterns for solving the given problem rather then reinventing the wheel. This time it is about doing logging stuffs in django based project.
Can you please share your ideas with me and other about how do you prefer to implement logging in django based project in the following context?
... Any little help would be really good for all django developers ...
cheers
In Django, like in any other Python application, I'd use the standard library's logging
module and call logging.debug
, logging.info
etc as appropriate to each message. Most of the seven questions you asked have noting to do with your Q's title -- "ask one question per question" is one key Stack Overflow mantra! Just open many questions for your many questions and let's keep this one focused on logging, OK?-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With