This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Provide the ability to download the logs specific to a job #1711
Labels
enhancement
New feature or request
The proposal is to redirect agent logs to a blob and make it available via the cli.
On the agent
The redirection can happen in onefuzz-telemetry by adding a logic to upload to an append blob.
We should consider splitting the blob into mutliple files to prevent the creation of single very large blob file. The
x-ms-blob-append-offset
property of the Append block can provide the data needed to decide to create a new log file.In the cli
cli work will be done in #1714
The text was updated successfully, but these errors were encountered: