-
Notifications
You must be signed in to change notification settings - Fork 83
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
PHP 8.1 and Monolog V3 #109
base: master
Are you sure you want to change the base?
Conversation
Would be great if you could merge this. Cannot use this package on Laravel 10 now. |
I’m requiring this branch instead of tag/version temporarily in my Laravel 10 project and it works fine. |
Nice idea! Works in my Slim 4 project too. In case it helps anyone, this command will do the job: To revert to the latest release, simply use: |
$batchSize = 10000, | ||
string $group, | ||
string $stream, | ||
int $retention = 14, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought retention could be null for infinite. So that'd be ?int
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@noahred16 Apologies but many months ago I forked this repository and applied the above PR, with additional fixes and improvements. It's available at phpnexus/cwh.
I intend to maintain my fork as I use CloudWatch Logs with PHP 8.1 at my workplace, but may I ask if you plan to take over maintenance of this original repository?
No description provided.