Skip to content

Commit a5bbf08

Browse files
committed
minor #21416 [Logger] Update link to Monolog Configuration class (GromNaN)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- [Logger] Update link to Monolog Configuration class - Branch renamed to `3.x` - Class moved into `src/` directory: symfony/monolog-bundle#516 Next, I'll open a PR on 7.4 to change to the branch `4.x` as this version of the MonologBundle will be released at the same time as Symfony 7.4. Commits ------- fde7f8c Update link to Monolog Configuration class
2 parents a18c646 + fde7f8c commit a5bbf08

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/master/DependencyInjection/Configuration.php#L25
423+
.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/3.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/master/DependencyInjection/Configuration.php
33+
.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/3.x/src/DependencyInjection/Configuration.php

0 commit comments

Comments
 (0)