matrix-org / matrix-appservice-discord

A bridge between Matrix and Discord.
Apache License 2.0
785 stars 148 forks source link

Log presence queue additions/removals under silly instead of verbose #890

Open TheTechmage opened 11 months ago

TheTechmage commented 11 months ago

I noticed when I set my log level to silly that there were more verbose logs than silly logs. A huge portion of these verbose logs were coming from the presence handler adding users to the queue. I thought that it was a bit silly that such messages were being logged at verbose, so I dropped it to silly instead.