dcramer / django-sphinx

A transparent layer for full-text search using Sphinx and Django
http://groups.google.com/group/django-sphinx
BSD 3-Clause "New" or "Revised" License
357 stars 122 forks source link

Small change you control logs from settings #33

Open anler opened 12 years ago

anler commented 12 years ago

Now you can add the following to your settings:

LOGGING = { ... 'logers': { ... 'djangosphinx.models': { 'handlers': ..., 'level': 'DEBUG' } ... } ... }

and handle the log messages as you need.