dbhowell / pino-cloudwatch

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

Add option to use a stream name #6

Open dbhowell opened 7 years ago

dbhowell commented 7 years ago

--name and use it as the stream name, overriding the default

olivierto commented 5 years ago

I don't see this options in 0.2.1 package

npx pino-cloudwatch --help
Sends pino logs to AWS CloudWatch Logs.
Usage: node index.js | pino-cloudwatch [options]

Options:
  --help                   Show help                                   [boolean]
  --version                Show version number                         [boolean]
  --aws_access_key_id      AWS Access Key ID
  --aws_secret_access_key  AWS Secret Access Key
  --aws_region             AWS Region
  --group                  AWS CloudWatch log group name              [required]
  --prefix                 AWS CloudWatch log stream name prefix
  --interval               The maxmimum interval (in ms) before flushing the log
                           queue.   

it this normal? Thanks

olivierto commented 5 years ago

@dbhowell any update on this? thanks!

curiousercreative commented 1 year ago

this appears to be done...