Skip to content

Commit

Permalink
Reduce log level
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacG committed Dec 22, 2024
1 parent ceef217 commit 26d1a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/close_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def task_close_old_support(self) -> None:
count += 1
await thread.edit(locked=True, archived=True)
PROM_CLOSED.inc()
logger.warning("Locking thread: %s", last.content)
logger.debug("Locking thread: %s", last.content)
await asyncio.sleep(1)

@task_close_old_support.before_loop
Expand Down

0 comments on commit 26d1a1b

Please sign in to comment.