Commit c67ffc37 by Clinton Blackburn Committed by GitHub

Corrected docs settings (#239)

Syslog is not necessary to build documentation.
parent a94480b2
......@@ -25,3 +25,7 @@ HAYSTACK_CONNECTIONS = {
'INDEX_NAME': '',
}
}
LOGGING['handlers']['local'] = {
'class': 'logging.NullHandler',
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment