Closed Callisto13 closed 3 years ago
Potentially depending on: https://github.com/weaveworks/eksctl/issues/2237
It would help the interactive use case.
Anecdotally,
If you forgot to use time
for the command and you're not using a fancy terminal prompt that does it for you then you have no easy way to prove that.
For the resources created by CloudFormation you can look at the CloudFormation event logs after the fact.
For the Fargate profiles I don't know where to get that info.
@aclevername thanks!
Can we expect to see this in the next release?
@aclevername thanks!
Can we expect to see this in the next release?
Yes! Should be out in the next release (currently planned for Friday)
It would be useful for every log line to be prefixed by a timestamp (not epoch, if you please).
This is pretty common in things-which-emit-logs, especially slow-things-which-emit-logs. It is especially useful for commands which may take a while.
So basically this:
Would look something like this (formatting just an illustration):
🤯 wow such info