The MultiFileLogger in mozharness produces multiple files for all our
build/test jobs: one for each log level (debug, info, etc.), in addition to
a raw log file. These are not compressed before uploading, and this
information is also duplicated in the taskcluster log.
I would like to stop producing these separate files per log level, and
instead rely on Taskcluster's worker log to contain the complete log of the
task.
If you know of any consumers of these log files, please let me know!
Work is being tracked in
https://bugzilla.mozilla.org/show_bug.cgi?id=1527066
Cheers,
Chris