https://bugzilla.wikimedia.org/show_bug.cgi?id=44111
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|API |General/Unknown --- Comment #4 from Brad Jorsch <[email protected]> --- This isn't an API bug, unless the bug is "API logs ErrorPageError exceptions" (these aren't logged for normal pageviews). In general, if we want English in log messages then the exception's getLogMessage() shouldn't be returning non-English text in the first place. For the case of ErrorPageError, this could be fixed by having ErrorPageError::__construct() call ->inLanguage( 'en' ) and probably ->useDatabase( false ) on its Message object to get the string to pass to parent::__construct(). -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
