https://bugzilla.wikimedia.org/show_bug.cgi?id=48002
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Jenkins: Check for |Jenkins: Assert server-side |server-side php errors |error logs for | |Apache/PHP/MediaWiki are | |empty --- Comment #9 from Krinkle <[email protected]> --- So we need to: 1) Add configuration to the MediaWiki install to enable logging of errors extensively to the log/ directory in the workspace. 2) Find a way to either have Apache send its error log (which includes PHPs stderr) to a local directory. Assuming that's too complicated as long as we're using the same Apache and vhost for all jobs, lets forget about Apache issues and instead find a way to hijack php's error log. Antoine has started on #1 by setting up logging. We're not yet asserting them, but at least we have them available now from the build artifacts. Antoine suggested we implement #2 by prepending php ini_set (or something like that) to all web entry points. For maintenance scripts we don't need to since we already have stderr there, and for any mediawiki internal things, those are logged to log/ which applies to both web and cli runs. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
