8000 [Bridge][Monolog] Add intruction about 'ResetLoggersWorkerSubscriber … · symfony/symfony@cf3e01c · GitHub
[go: up one dir, main page]

Skip to content

Commit cf3e01c

Browse files
committed
[Bridge][Monolog] Add intruction about 'ResetLoggersWorkerSubscriber deprecation' in main UPGRADE-5.4.md
1 parent 9b2e551 commit cf3e01c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

UPGRADE-5.4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ Messenger
4848
its default value will change to `true` in 6.0
4949
* Deprecate not setting the `reset_on_message` config option, its default value will change to `true` in 6.0
5050

51+
Monolog
52+
-------
53+
54+
* Deprecate `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger
55+
workers, use "reset_on_message" option in messenger configuration instead.
56+
5157
SecurityBundle
5258
--------------
5359

UPGRADE-6.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ Monolog
170170

171171
* The `$actionLevel` constructor argument of `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy` has been replaced by the `$inner` one which expects an ActivationStrategyInterface to decorate instead. `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy` is now final.
172172
* The `$actionLevel` constructor argument of `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy` has been replaced by the `$inner` one which expects an ActivationStrategyInterface to decorate instead. `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy` is now final.
173+
* Remove `ResetLoggersWorkerSubscriber` in favor of "reset_on_message" option in messenger configuration
173174

174175
Notifier
175176
--------

0 commit comments

Comments
 (0)
0