TylerBrock / saw

Fast, multi-purpose tool for AWS CloudWatch Logs
MIT License
1.41k stars 79 forks source link

Display the stream name and datetime in `saw get` #13

Closed will-ockmore closed 6 years ago

will-ockmore commented 6 years ago

Currently saw get simply prints the raw log message, would it be possible for the format to match the output of saw watch?

Happy to have a look into this myself when I get some spare time!

TylerBrock commented 6 years ago

Not at the moment but would be easy to add this functionality. Great idea for a feature.

TylerBrock commented 6 years ago

This wound up in the v0.2.0 milestone and release, crossed off a TODO and is now reflected in the changelog as of https://github.com/TylerBrock/saw/commit/0ad6c7c38a816d1d8052909f135cf490e69673f9. Thanks Will!

will-ockmore commented 6 years ago

No probs!