Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 48d8ec8

Browse files
committed
Bump log level when aggregating counts
1 parent 2672e3b commit 48d8ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/storage/databases/main/beeper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def aggregate_txn(txn: LoggingTransaction) -> None:
231231
self.is_aggregating_notification_counts = True
232232

233233
try:
234-
logger.debug("Aggregating notification counts")
234+
logger.info("Aggregating notification counts")
235235

236236
await self.db_pool.runInteraction(
237237
"beeper_aggregate_notification_counts",

0 commit comments

Comments
 (0)