-
Notifications
You must be signed in to change notification settings - Fork 53
Add config option for $createGroup #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It is understandable why administrators might be reluctant to allow the |
I have a problem with this thing too, will be great to that parameter can be moved to config |
#38 seems to add this |
With #42 that was merged around 3 weeks ago has shifted from using The current open PR #38 might be helpful but the new package I am looking forward to having this suggestion accepted so that API throttling can be controlled by the application via config params exposed by the library. |
Uh oh!
There was an error while loading. Please reload this page.
Requested feature
Configuration option
create_group
Rationale
When the underlying
Maxbanton\Cwh\Handler\Cloudwatch
instance flushes the logs, it will initialize itself and check if the log group and log stream already exist or create them if they do not.To prevent this behavior (for example due to limited permissions on AWS), they provide the constructor parameter
createGroup
which defaults to true -> to source code. It would be beneficial to have this parameter exposed as config option of this log handler so it can be configured on the application level. Currently, the parameter is left unspecified in this library -> to source codeLet me know what you think about this so I might open a pull request in the future.
The text was updated successfully, but these errors were encountered: