-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Log to specific event log file #361
Log to specific event log file #361
Conversation
drjayvee
commented
Apr 26, 2021
Q | A |
---|---|
Fixed tickets | #309 #346 |
Only log to main log file if we haven't logged to specific event log file.
…into log_to_specific_event_log_file
Change set method to withNewEntry and return a new cloned configuration instance.
Remove superfluous phpdoc tag
Hello @drjayvee, thanks for your PR! |
…ent_log_file-2.3.x
75aee1c
to
cb1a425
Compare
Whoops, my previous branch actually didn't have @rrushton's changes at all. Must have happened while cherry-picking. I now merged alisqi@f07569e (from #346) into |
Thanks, now better :) CI seems to be unhappy, one test fails and CS fixer reports some issues. |
Regarding the PHPUnit test:
This works for me with the PHPUnit installed through composer. Is this something I need to fix? Using |
Method |
For me:
But the |
You are right, PHPUnit |
Hi @PabloKowalczyk, sorry for taking so long again, but here you go! |
Almost there :) One case failed in CI, it's related to CSFixer. |
Sorry, now PHPStan reports some issues. |
There we go. I should have probably tried running those tools locally as best as I can. |
There is |
Hm,
Should |
It is, but only in PR merged, thanks @drjayvee. |
I don't see it!
Thanks a lot for the fresh release. Also, thanks to @rrushton for the actual code! |
Thanks @drjayvee for seeing this through! |