https://bugzilla.wikimedia.org/show_bug.cgi?id=48002
--- Comment #3 from Krinkle <[email protected]> --- HTML is difficult to work with and format from plain bash (or most programming languages for that matter). Plus we're striving towards getting rid of Jenkins formatters to only use plain text reporters (with regards to build reports static caching). I'd say plain text is more than clear enough. We're all familiar with PHP's error_log format. We just need: * php error log to go to a separate file for the qunit.localhost requests * Jenkins needs to have permission to truncate this file * Apache and/or PHP needs to not keep the handle open on this file, so that when each job truncates the file, it really does truncates it. -- 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
