Ignore:
Timestamp:
18 Nov 2012, 14:25:35 (12 years ago)
Author:
Henrik Bettermann
Message:

Log job_id. Now we can retrieve the information from the log file, who has created the report, who has downloaded the report and who has discarded the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/reports.py

    r9677 r9679  
    4949            self.flash('Report discarded: %s' % job_id)
    5050            ob_class = self.__implemented__.__name__.replace('waeup.kofa.','')
    51             grok.getSite().logger.info('%s - discarded: %s' % (ob_class, job_id))
     51            grok.getSite().logger.info(
     52                '%s - report %s discarded' % (ob_class, job_id))
    5253        self.entries = self._generate_entries(user_id=None)
    5354        if job_id and DOWNLOAD:
Note: See TracChangeset for help on using the changeset viewer.