Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | turn hidden --trace into a NOP | Valentin Rothberg | 2021-03-08 |
| | | | | | | | | | | The --trace has helped in early stages analyze Podman code. However, it's contributing to dependency and binary bloat. The standard go tooling can also help in profiling, so let's turn `--trace` into a NOP. [NO TESTS NEEDED] Signed-off-by: Valentin Rothberg <rothberg@redhat.com> | ||
* | OpenTracing support added to start, stop, run, create, pull, and ps | Sebastian Jug | 2019-02-18 |
Drop context.Context field from cli.Context Signed-off-by: Sebastian Jug <sejug@redhat.com> |