-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- What we're getting (if check_posts/check_mentions is true), like
Getting comments, posts, inbox - How many comments total were returned by the api (
comments.len()) - How long we sleep for (reply and polling)
- What the current ratelimit values are, like
504s till reset, 783 requests remaining - the current
last_idsvalues, likeLast ids were t1_msu372s (comments) t3_msu42sa (posts) t1_ue14n2s (inbox)
In general, I would use debug for data useful while developing/debugging (duh), logged once a loop or reply at most. And trace could be used for stuff that happens every gotten comment, though I have no ideas, what could be useful there.
Originally posted by @Aras14HD in #167 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request