spacing fixes
This commit is contained in:
parent
3665889f27
commit
17804b902b
|
@ -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``
|
||||
|
|
Loading…
Reference in New Issue