mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Logging al refresh_feeds requests.
This commit is contained in:
parent
ac0fa76af4
commit
cd66d5f69b
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ def refresh_feeds(request):
|
|||
feeds[moved_feed_id] = feeds[duplicate_feeds[0].feed.pk]
|
||||
feeds[moved_feed_id]['dupe_feed_id'] = duplicate_feeds[0].feed.pk
|
||||
|
||||
if settings.DEBUG or request.REQUEST.get('check_fetch_status') or favicons_fetching:
|
||||
if settings.DEBUG or request.REQUEST.get('check_fetch_status') or favicons_fetching or True:
|
||||
diff = datetime.datetime.utcnow()-start
|
||||
timediff = float("%s.%.2s" % (diff.seconds, (diff.microseconds / 1000)))
|
||||
logging.user(request, "~FBRefreshing %s feeds (%s seconds) (%s/%s)" % (user_subs.count(), timediff, request.REQUEST.get('check_fetch_status', False), len(favicons_fetching)))
|
||||
|
|
Loading…
Add table
Reference in a new issue