We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
As of writing this, handlers implementing the monolog ResettableInterface are correctly configured with the Symfony kernel.reset service tag.
ResettableInterface
kernel.reset
See here:
monolog-bundle/DependencyInjection/MonologExtension.php
Lines 881 to 883 in 72e798c
I suggest we should do the same thing for processors implementing the monolog ResettableInterface.
It could be handy for the auto-configuration of the UidProcessor for instance: https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/UidProcessor.php
UidProcessor
If it is something that you would be interested in I could write a PR, I'm just asking for your opinion about that idea first :)
Thank you!
The text was updated successfully, but these errors were encountered:
Hello @alexandre-abrioux
This is a very good idea. I'll be happy to merge your PR 👍🏼
Sorry, something went wrong.
Hello @lyrixx , thank you for your answer!
I added a PR: #368
747b86b
Successfully merging a pull request may close this issue.
Hi,
As of writing this, handlers implementing the monolog
ResettableInterface
are correctly configured with the Symfonykernel.reset
service tag.See here:
monolog-bundle/DependencyInjection/MonologExtension.php
Lines 881 to 883 in 72e798c
I suggest we should do the same thing for processors implementing the monolog
ResettableInterface
.It could be handy for the auto-configuration of the
UidProcessor
for instance: https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/UidProcessor.phpIf it is something that you would be interested in I could write a PR, I'm just asking for your opinion about that idea first :)
Thank you!
The text was updated successfully, but these errors were encountered: