spacing fixes

This commit is contained in:
Petar Efnushev 2016-04-11 21:01:11 +02:00
parent 3665889f27
commit 17804b902b
1 changed files with 6 additions and 0 deletions

View File

@ -89,26 +89,32 @@ config option (or ``default``) will be used to namespace the relevant things:
following configuration options in your ckan configuriation file: following configuration options in your ckan configuriation file:
[loggers] [loggers]
keys = ckan_harvester keys = ckan_harvester
[handlers] [handlers]
keys = dblog keys = dblog
[formatters] [formatters]
keys = dblog keys = dblog
[logger_ckan_harvester] [logger_ckan_harvester]
qualname = ckanext.harvest qualname = ckanext.harvest
handlers = dblog handlers = dblog
level = DEBUG level = DEBUG
[handler_dblog] [handler_dblog]
class = ckanext.harvest.log.DBLogHandler class = ckanext.harvest.log.DBLogHandler
args = () args = ()
level = DEBUG level = DEBUG
formatter = dblog formatter = dblog
[formatter_dblog] [formatter_dblog]
format = %(message)s format = %(message)s
If you are having troubles configuring ckan logger please refer to ``test-core.ini`` If you are having troubles configuring ckan logger please refer to ``test-core.ini``