Skip to content

Remove noisy error logs

Jose V. Trigueros requested to merge remove-afk-logs into master

If pawa is added to an AFK channel or cannot write to any channel, then an error is thrown. This is fine, but previously this was also being logged as an error, but there's nothing I can do in this case. Making these WARN just so that I can see them, and not logging the exception body.

Merge request reports