* Logging looks good on beta now in that we're getting plenty of [[ https://www.mediawiki.org/wiki/Extension:StopForumSpam#Configuration | report-only ]] data there, according to beta-logs.wmcloud.org/mwlog01.deployment-prep.
* Over the past week (ending 3/17/2022) we're averaging about 6,671 filter trips. Which... is possibly a lot for the beta cluster? But we won't really have a great sense of the true false positive rate until we set to enforce and people start to complain.
* Just looking at the code again, there's probably some logspam/redundancy as [[ https://github.com/wikimedia/mediawiki-extensions-StopForumSpam/blob/master/includes/Hooks.php#L144-L154 | this logging ]] technically isn't guarded by the report-only global. And basically the same thing will now also get logged [[ https://github.com/wikimedia/mediawiki-extensions-StopForumSpam/blob/master/includes/Hooks.php#L183-L192 | here ]].
* Let's merge this on a Monday?