Skip to content

Commit

Permalink
Refactor logging level in ModLog class
Browse files Browse the repository at this point in the history
  • Loading branch information
kdknigga committed Sep 27, 2024
1 parent ed16905 commit c02d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rflying_tower_bot/modlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def watch_modlog(self) -> None:
while True:
try:
async for modlog_entry in subreddit.mod.stream.log(skip_existing=True):
self.log.debug(
self.log.info(
"Found new modlog entry: %s did %s (%s) to target %s",
modlog_entry.mod,
modlog_entry.action,
Expand Down

0 comments on commit c02d1d2

Please sign in to comment.