This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Monolog
Nicolas Grekas 31e96f7435 bug #28471 [MonologBridge] Re-add option option to ignore empty context 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
-------

d1e7438605 [MonologBridge] Re-add option option to ignore empty context and extra data
2018-09-20 13:58:14 +02:00
..
Formatter [MonologBridge] Re-add option option to ignore empty context and extra data 2018-09-20 13:58:05 +02:00
Handler Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Processor Reset profiler. 2017-10-05 12:20:28 +02:00
Tests [MonologBridge] Re-add option option to ignore empty context and extra data 2018-09-20 13:58:05 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Bridge/Monolog] Enhanced the Console Handler 2017-03-06 18:10:13 +01:00
composer.json Fix symfony/console (optional) dependency for MonologBridge 2018-09-14 18:15:55 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
Logger.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Monolog Bridge

Provides integration for Monolog with various Symfony components.

Resources