[#158] Tone down log message

This commit is contained in:
amercader 2016-02-17 10:05:57 +00:00
parent 84b0462979
commit 9dfeb154eb
1 changed files with 2 additions and 2 deletions

View File

@ -243,8 +243,8 @@ class CKANHarvester(HarvesterBase):
continue
package_ids.add(pkg_dict['id'])
log.info('Creating HarvestObject for %s %s',
pkg_dict['name'], pkg_dict['id'])
log.debug('Creating HarvestObject for %s %s',
pkg_dict['name'], pkg_dict['id'])
obj = HarvestObject(guid=pkg_dict['id'],
job=harvest_job,
content=json.dumps(pkg_dict))