Skip to content

Commit ff3d6bc

Browse files
committed
Merge pull request django-haystack#643 from stephenmcd/master
Fixed logging in simple_backend
2 parents ea94b26 + cc87795 commit ff3d6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haystack/backends/simple_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
if settings.DEBUG:
13-
from haystack.utils import log as logging
13+
import logging
1414

1515
class NullHandler(logging.Handler):
1616
def emit(self, record):

0 commit comments

Comments
 (0)