- Change how debug logs are generated. They are now generated in a file called
fossa.debug.zip, which can contain multiple files. For the common case offossa analyze --debug, it will now contain the debug bundle (fossa.debug.json) and the telemetry json (fossa.telemetry.json). It will also contain Ficus logs if Ficus is run via--x-snippet-scan(#1610)