From 9641dc69c2d4da6b0b6d72137d66a322b0ea069e Mon Sep 17 00:00:00 2001 From: Petar Efnushev Date: Tue, 17 May 2016 11:31:38 +0200 Subject: [PATCH] README updates --- README.rst | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.rst b/README.rst index 79a70b8..60f2cd6 100644 --- a/README.rst +++ b/README.rst @@ -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