From 5330b20a8fe4dbd12eabc681d11bddadc7aed720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Thu, 25 Sep 2025 13:09:04 +0200 Subject: [PATCH] Update Monolog branch --- logging.rst | 2 +- reference/configuration/monolog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/logging.rst b/logging.rst index 99c09f3dec5..e8c93335038 100644 --- a/logging.rst +++ b/logging.rst @@ -420,5 +420,5 @@ Learn more .. _`Monolog`: https://github.com/Seldaek/monolog .. _`LoggerInterface`: https://github.com/php-fig/log/blob/master/src/LoggerInterface.php .. _`logrotate`: https://github.com/logrotate/logrotate -.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/3.x/src/DependencyInjection/Configuration.php +.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/4.x/src/DependencyInjection/Configuration.php .. _`STDERR PHP stream`: https://www.php.net/manual/en/features.commandline.io-streams.php diff --git a/reference/configuration/monolog.rst b/reference/configuration/monolog.rst index 3e1ffab21a8..9c781f4e1e4 100644 --- a/reference/configuration/monolog.rst +++ b/reference/configuration/monolog.rst @@ -30,4 +30,4 @@ in your application configuration. messages in the profiler. The profiler uses the name "debug" so it is reserved and cannot be used in the configuration. -.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/3.x/src/DependencyInjection/Configuration.php +.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/4.x/src/DependencyInjection/Configuration.php