mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Turning analytics logging back on.
This commit is contained in:
parent
88172988ee
commit
1511ca7fc3
1 changed files with 4 additions and 4 deletions
|
@ -464,10 +464,10 @@ class Dispatcher:
|
|||
feed.pk, self.feed_trans[ret_feed],))
|
||||
logging.debug(done_msg)
|
||||
total_duration = time.time() - start_duration
|
||||
# MAnalyticsFetcher.add(feed_id=feed.pk, feed_fetch=feed_fetch_duration,
|
||||
# feed_process=feed_process_duration,
|
||||
# page=page_duration, icon=icon_duration,
|
||||
# total=total_duration)
|
||||
MAnalyticsFetcher.add(feed_id=feed.pk, feed_fetch=feed_fetch_duration,
|
||||
feed_process=feed_process_duration,
|
||||
page=page_duration, icon=icon_duration,
|
||||
total=total_duration)
|
||||
|
||||
self.feed_stats[ret_feed] += 1
|
||||
for key, val in ret_entries.items():
|
||||
|
|
Loading…
Add table
Reference in a new issue