Skip to content

Commit e2c4ced

Browse files
authored
Reduce log level (#112)
1 parent ceef217 commit e2c4ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cogs/close_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def task_close_old_support(self) -> None:
109109
count += 1
110110
await thread.edit(locked=True, archived=True)
111111
PROM_CLOSED.inc()
112-
logger.warning("Locking thread: %s", last.content)
112+
logger.debug("Locking thread: %s", last.content)
113113
await asyncio.sleep(1)
114114

115115
@task_close_old_support.before_loop

0 commit comments

Comments
 (0)