It would be nice to have a central logging service where bots and other tools can log to. This would spar them dealing with locks, etc., and could provide a nice web UI with filtering, sorting, etc.
This doesn't necessarily require enhanced privileges; a tool ("logger"?) could be created that has a daemon that publishes its host and port at ~local-logger/.where-to-connect-to. Libraries would read that file, connect to the daemon and log stuff there. http://tools.wmflabs.org/logger/ would have the UI with CSV export, etc.
There are probably existing implementations that could (should) be adapted; https://github.com/facebook/scribe seems to be one of them.
Version: unspecified
Severity: enhancement