Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add start timestamp to each task #3396

Closed
hailwood opened this issue Dec 5, 2022 · 1 comment · May be fixed by #3527
Closed

Add start timestamp to each task #3396

hailwood opened this issue Dec 5, 2022 · 1 comment · May be fixed by #3527
Labels

Comments

@hailwood
Copy link

hailwood commented Dec 5, 2022

Currently we have

task deploy:info
task deploy:setup
task deploy:lock
task deploy:release
task deploy:update_code
task deploy:shared
...

It would be usaeful if there was an option we could enable so we got (timestamps made up)

[2022-12-06 09:44:01] task deploy:info
[2022-12-06 09:44:01] task deploy:setup
[2022-12-06 09:44:02] task deploy:lock
[2022-12-06 09:44:11] task deploy:release
[2022-12-06 09:44:13] task deploy:update_code
[2022-12-06 09:45:02] task deploy:shared
...
@Schrank
Copy link
Contributor

Schrank commented Dec 5, 2022

At least there should be an info how long it took ... with -v. But having timestamps sounds nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants