Open anler opened 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.
Now you can add the following to your settings:
LOGGING = { ... 'logers': { ... 'djangosphinx.models': { 'handlers': ..., 'level': 'DEBUG' } ... } ... }
and handle the log messages as you need.