konveyor / tackle2-addon

Apache License 2.0
0 stars 13 forks source link

:sparkles: Command verbosity. #49

Closed jortel closed 9 months ago

jortel commented 9 months ago

Add command reporting verbosity. This is intended to better support troubleshooting. Mainly, the support for level=LiveOutput. This streams command output to the task activity log. Output may be filtered at 2 points:

The output reporting is rate-limited using a backoff algorithm.

Add command New constructor and update the repository package to use it.

jortel commented 9 months ago

Replaced by better solution in #50