mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
This adds a default otel error handler for the cli in the debug package. It uses logrus to log the error on the debug level and should work out of the box with the `--debug` flag and `DEBUG` environment variable. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>