Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[MonologBridge] Re-add option option to ignore empty context and extra data#28471
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedSep 18, 2018
New feature, isn't it? |
mpdude commentedSep 18, 2018
@nicolas-grekas No, I’d say it restores a feature that was there before and accidentally got lost - see description. |
7565681 tod1e7438Comparenicolas-grekas commentedSep 20, 2018
Thank you@mpdude. |
…xt and extra data (mpdude)This PR was squashed before being merged into the 3.4 branch (closes#28471).Discussion----------[MonologBridge] Re-add option option to ignore empty context and extra data| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |In#11496, an option was added to `ConsoleFormatter` to ignore empty context and extra data. This setting was even turned on by default.The `ConsoleHandler` was then overhauled in#21705. During this change, the option got lost.Commits-------d1e7438 [MonologBridge] Re-add option option to ignore empty context and extra data
nicolas-grekas commentedSep 20, 2018
(would you mind checking where this would need to be mentioned in the doc please?) |
mpdude commentedSep 20, 2018
@nicolas-grekas you mean the changelog or rather the symfony-docs? |
nicolas-grekas commentedSep 20, 2018
The Symfony doc if possible. |
In#11496, an option was added to
ConsoleFormatterto ignore empty context and extra data. This setting was even turned on by default.The
ConsoleHandlerwas then overhauled in#21705. During this change, the option got lost.