Skip to content
Snippets Groups Projects
Commit 182ce782 authored by roadscape's avatar roadscape
Browse files

adjust skipped-ids logging

parent f854eef8
No related branches found
No related tags found
No related merge requests found
......@@ -384,8 +384,8 @@ class CachedPost:
gap = next_id - last_id - 1
if gap:
log.info("skipped %d ids %d -> %d", gap, last_id, next_id)
cls._ensure_safe_gap(last_id, next_id)
log.warning("skipped %d posts %d -> %d", gap, last_id, next_id)
cls._last_id = next_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment