Skip to content

Commit 32ee550

Browse files
committed
minor symfony#21419 [Logger] Update link to Monolog Configuration class for v4 (GromNaN)
This PR was merged into the 7.4 branch. Discussion ---------- [Logger] Update link to Monolog Configuration class for v4 Follows symfony#21416 `symfony/monolog-bundle: ^4` will be the only version supporting Symfony 8. Commits ------- 5330b20 Update Monolog branch
2 parents 3af2fa6 + 5330b20 commit 32ee550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,5 +420,5 @@ Learn more
420420
.. _`Monolog`: https://github.com/Seldaek/monolog
421421
.. _`LoggerInterface`: https://github.com/php-fig/log/blob/master/src/LoggerInterface.php
422422
.. _`logrotate`: https://github.com/logrotate/logrotate
423-
.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/3.x/src/DependencyInjection/Configuration.php
423+
.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/4.x/src/DependencyInjection/Configuration.php
424424
.. _`STDERR PHP stream`: https://www.php.net/manual/en/features.commandline.io-streams.php

reference/configuration/monolog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ in your application configuration.
3030
messages in the profiler. The profiler uses the name "debug" so it
3131
is reserved and cannot be used in the configuration.
3232

33-
.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/3.x/src/DependencyInjection/Configuration.php
33+
.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/4.x/src/DependencyInjection/Configuration.php

0 commit comments

Comments
 (0)