In #219 we started capturing Helm logs, the output at present could however be improved to make it easier to distinguish lines and provide indicators about for example the time it took for a sub action to run.
Current output:
Last Helm logs:
creating 8 resource(s)
beginning wait for 8 resources with timeout of 5m0s
Deployment is not ready: default/myapp-back. 0 out of 1 expected pods are ready
Improved example output:
Last Helm logs:
[<timestamp>] creating 8 resource(s)
[<timestamp>] beginning wait for 8 resources with timeout of 5m0s
[<timestamp>] Deployment is not ready: default/myapp-back. 0 out of 1 expected pods are ready
In #219 we started capturing Helm logs, the output at present could however be improved to make it easier to distinguish lines and provide indicators about for example the time it took for a sub action to run.
Current output:
Improved example output: