django-sphinx icon indicating copy to clipboard operation
django-sphinx copied to clipboard

Small change you control logs from settings

Open ghost opened this issue 13 years ago • 0 comments

Now you can add the following to your settings:

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

and handle the log messages as you need.

ghost avatar Feb 26 '12 12:02 ghost