소스 검색

Should be a debug message, not info.

pull/15/head
Ben Kurtovic 10 년 전
부모
커밋
15bc5806e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/afc_statistics.py

+ 1
- 1
tasks/afc_statistics.py 파일 보기

@@ -301,7 +301,7 @@ class AFCStatistics(Task):
be inaccurate (like a missed decline). It updates no more than the ten
stalest pages that haven't been updated in two days.
"""
self.logger.info("Updating stale submissions")
self.logger.debug("Updating stale submissions")
query = """SELECT page_id, page_title, page_modify_oldid
FROM page JOIN updatelog ON page_id = update_id
WHERE ADDTIME(update_time, '48:00:00') < NOW()


불러오는 중...
취소
저장