maxbanton / cwh

Amazon Web Services CloudWatch Logs Handler for Monolog library
MIT License
417 stars 83 forks source link

Suggestion - it will be possible to omit calls to describeLogStreams, which by default limited to 5 reqs per second #121

Closed anxhelo15 closed 1 year ago

anxhelo15 commented 1 year ago
          Just a quick comment - proposed PR would be a very nice addition, as it will be possible to omit calls to describeLogStreams, which by default limited to 5 reqs per second

Originally posted by @A-Shevchenko in https://github.com/maxbanton/cwh/issues/115#issuecomment-1456368141

markinjapan commented 1 year ago

@anxhelo15 Please see v3.1.0 of this fork: https://github.com/phpnexus/cwh/releases/tag/v3.1.0

I've incorporated a change that allows setting $createStream to false to prevent calling describeLogStreams.

anxhelo15 commented 1 year ago

Thanks a lot Mark, it did work