
$allLogs = $c->logCollectorService()->downloadAllLogCollectorContentZip();
header("Content-Type: application/zip");
header("Content-Disposition: attachment;filename=logs.zip");

echo $allLogs;