This option was introduced in T268625 to optionally log all entity ID creation attempts with request details. It sends a lot of data to logstash (the full POST body – in hindsight, we should’ve at least redacted the token parameter), and since we presumably don’t need it anymore (the investigation is done, after all), we should remove it and the associated code (mainly the LoggingIdGenerator class).
ACs can be completed in any order (no dependency there).
Acceptance criteria ⛺✨ :
- The option and associated code are removed from Wikibase
- The Wikibase.IdGenerator log channel is removed from the production config (mediawiki-config)