We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceef217 commit e2c4cedCopy full SHA for e2c4ced
cogs/close_support.py
@@ -109,7 +109,7 @@ async def task_close_old_support(self) -> None:
109
count += 1
110
await thread.edit(locked=True, archived=True)
111
PROM_CLOSED.inc()
112
- logger.warning("Locking thread: %s", last.content)
+ logger.debug("Locking thread: %s", last.content)
113
await asyncio.sleep(1)
114
115
@task_close_old_support.before_loop
0 commit comments