Am I the only one thinking about using both django-logging and the
logging module from the standard library at the same time?
I find it useful to not have to dig into a log file while I'm
developing or debugging, but I still want to have my logs written to
disk on production though. Is there a be
Hi all,
I have been using django-logging (http://code.google.com/p/django-
logging/wiki/Overview) and found it very useful. However, I configured
python logging for my project and django-logging does not display
logging messages anymore.
Here is the logging.conf I am using:
[loggers]
keys = roo
2 matches
Mail list logo