README updates

This commit is contained in:
Petar Efnushev 2016-05-17 11:31:38 +02:00
parent cc6cb3e389
commit 9641dc69c2
1 changed files with 0 additions and 27 deletions

View File

@ -121,33 +121,6 @@ Database logger configuration(optional)
* 6 - plugin
* 7 - harvesters
Additionally you can configure the logger the following way::
[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 harvest logger please refer to ``test-core.ini``
2. Setup time frame(in days) for the clean-up mechanism with the following config parameter::
ckan.harvest.log_timeframe = 10