Set $wgSecurePollUseLogging = true for all of these wikis.
This needs to be done in this repo: https://gerrit.wikimedia.org/r/admin/repos/operations/mediawiki-config
In the file InitialiseSettings.php, the key 'wgSecurePollUseLogging' should point to an array containing:
- false for 'default'
- true for 'testwiki'
- true for 'votewiki'
This should be added somewhere near the other SecurePoll config in the file.
To enable on beta, we should set the following for wgSecurePollUseLogging in InitialiseSettings-labs.php:
- true for 'default'