Monday, May 23, 2011

Disable debug logging for django.db.backends?

Howdy all,

I have DEBUG=True in my settings.py, and I have several logging
entries in my project (Django 1.3)

However, when I am testing, there are tons of django.db.backends debug
entries that appear, and my logs gets lost in the shuffle.

Is there a way to disable django.db.backends in my settings.py? What
is an example?

Thanks,
Daniel

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment