Skip to content

Add timestamps to captured Helm logs #312

@hiddeco

Description

@hiddeco

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

Metadata

Metadata

Assignees

Labels

area/uxIn pursuit of a delightful user experiencegood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions