This repository was archived by the owner on Oct 20, 2023. It is now read-only.
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
[api]: add --trace-dest
CLI argument #35
Closed
Description
Currently, the tracing destination file is created automatically with a randomly-generated name in the /tmp/codespaces_logs
directory. To improve the API, accept --trace-dest
to allow specifying tracing file destination instead. In the future this option can also accept non-file destinations, like stdout
to pipe the tracing stream directly into the parent shell.