Even after trying to create few blacklisted titles, the logs a re still empty on
https://pt.wikipedia.org/wiki/Special:Log/titleblacklist
See Also: T68450: Set $wgTitleBlacklistLogHits = true on WMF wikis
Even after trying to create few blacklisted titles, the logs a re still empty on
https://pt.wikipedia.org/wiki/Special:Log/titleblacklist
See Also: T68450: Set $wgTitleBlacklistLogHits = true on WMF wikis
$wgTitleBlacklistLogHits is still false on wmf wikis (default in the extension)
Is this really needed? There's a titleblacklistlog right that comes default for sysops that allows viewing the titleblacklist log. If this right is removed from all groups, the log is no longer visible and it doesn't appear in Special:Log.
Just add this to LocalSettings.php:
$wgGroupPermissions['sysop']['titleblacklistlog'] = false;
I'm gonna be bold and close this as invalid. If you want to set this in WMF wikis, open a new request or repurpose this one into a wmf site request