8000 minor #43406 [Bridge][Monolog] Add intruction about 'ResetLoggersWork… · symfony/symfony@8757fdd · GitHub
[go: up one dir, main page]

Skip to content

Commit 8757fdd

Browse files
committed
minor #43406 [Bridge][Monolog] Add intruction about 'ResetLoggersWorkerSubscriber deprecation' in main UPGRADE-5.4.md (lyrixx)
This PR was merged into the 5.4 branch. Discussion ---------- [Bridge][Monolog] Add intruction about 'ResetLoggersWorkerSubscriber deprecation' in main UPGRADE-5.4.md | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | I forgot to edit this file in my previous PR. I'm not sure If it should tho. So feel free to close it if it's not required Commits ------- cf3e01c [Bridge][Monolog] Add intruction about 'ResetLoggersWorkerSubscriber deprecation' in main UPGRADE-5.4.md
2 parents 2c51cfc + cf3e01c commit 8757fdd

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