dbhowell / pino-cloudwatch

AWS CloudWatch Logs transport for pino
MIT License
38 stars 13 forks source link

'stream' cli argument support added #10

Closed BMalaichik closed 6 years ago

BMalaichik commented 6 years ago

Hey. Thanks for your project, I found it very useful but met one small issue regarding stream name generation. Source of issue is that I don't want to manually manage various stream in Cloudwatch, in my use-case I need to explicitly set stream name. I thought it could be useful not only for me.

It would be cool if you can take a look & merge this PR.

Cheers

dbhowell commented 6 years ago

Hey, thanks for this PR. It is a great idea. I'll review it shortly.

dbhowell commented 6 years ago

I'm going to modify your PR to use the --name option as per my issue in #6 instead.