-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
MonologBundle processor per handler #77
Comments
This is outdated doc. Processors are registered by tagging them as |
I hope I described the issue properly: symfony/symfony-docs#3798 |
@stof how can the processor be registered now to a specific handler? And maybe also nice to know: how can they be registered globally? Also note that it's not just the symfony documentation by also the MonologBundle gives a wrong example. |
the tag can has either a |
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #3979). Discussion ---------- removed invalid processors option As per symfony/monolog-bundle#77 Commits ------- a462258 removed invalid processors option
Problem description:
The configuration option for processors per handler is not available.
Docs: http://symfony.com/doc/current/cookbook/logging/monolog.html#adding-a-session-request-token
Example: https://github.com/symfony/MonologBundle/blob/master/DependencyInjection/Configuration.php#L562
Error:
Config:
Notice that no actual configuration option for "processors" can be found in the DI configuration.
Note: this is a copy of symfony/symfony#10704
The text was updated successfully, but these errors were encountered: