Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Feb 26, 2012

Now you can add the following to your settings:

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

and handle the log messages as you need.

ikame added 2 commits February 26, 2012 13:45
Now you can add the following to your settings:

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

and handle the log messages as you need.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants