From 17804b902b5c148bf15a38dc4e6dbb5c6badcd5c Mon Sep 17 00:00:00 2001 From: Petar Efnushev Date: Mon, 11 Apr 2016 21:01:11 +0200 Subject: [PATCH] spacing fixes --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index cfab874..0c4db39 100644 --- a/README.rst +++ b/README.rst @@ -89,26 +89,32 @@ config option (or ``default``) will be used to namespace the relevant things: following configuration options in your ckan configuriation file: [loggers] + keys = ckan_harvester [handlers] + keys = dblog [formatters] + keys = dblog [logger_ckan_harvester] + qualname = ckanext.harvest handlers = dblog level = DEBUG [handler_dblog] + class = ckanext.harvest.log.DBLogHandler args = () level = DEBUG formatter = dblog [formatter_dblog] + format = %(message)s If you are having troubles configuring ckan logger please refer to ``test-core.ini``