TylerBrock / saw

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

Add option to suppress the "stream name" but not the "timestamp" #80

Open goetzc opened 1 year ago

goetzc commented 1 year ago

The --raw option suppresses both of them. I think most of the time to debug an application it's more useful to see timestamps but suppress log stream name.

Related but the inverse: https://github.com/TylerBrock/saw/issues/79.