From 9fe931ea2bdd5d6fc6f4668f123fc6ea84a3dfa7 Mon Sep 17 00:00:00 2001 From: Henry Snoek Date: Tue, 5 Jan 2016 22:47:30 +0100 Subject: [PATCH 1/3] add link to Monolog configuration --- reference/configuration/monolog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/configuration/monolog.rst b/reference/configuration/monolog.rst index 6eeba5f0967..8027cc3d369 100644 --- a/reference/configuration/monolog.rst +++ b/reference/configuration/monolog.rst @@ -4,6 +4,9 @@ MonologBundle Configuration ("monolog") ======================================= +For a full list of handler types and related configuration +options, see `Monolog Configuration`_. + Full Default Configuration -------------------------- @@ -101,3 +104,5 @@ Full Default Configuration When the profiler is enabled, a handler is added to store the logs' 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/master/DependencyInjection/Configuration.php From 2efa5f8d63a17aa89c08715c6a054cd42a2b18c8 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 10 Jan 2016 19:25:07 +0100 Subject: [PATCH 2/3] [#6120] version specific readme requirements link --- reference/requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/requirements.rst b/reference/requirements.rst index 959005abc1c..13f38624ce4 100644 --- a/reference/requirements.rst +++ b/reference/requirements.rst @@ -57,4 +57,4 @@ If you want to use Doctrine, you will need to have PDO installed. Additionally, you need to have the PDO driver installed for the database server you want to use. -.. _`Requirements section of the README`: https://github.com/symfony/symfony#requirements +.. _`Requirements section of the README`: https://github.com/symfony/symfony/blob/2.3/README.md#requirements From c441f6d0f0829309107f35af9b7a9a2085d2295d Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 10 Jan 2016 19:26:49 +0100 Subject: [PATCH 3/3] [#6120] version specific readme requirements link --- reference/requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/requirements.rst b/reference/requirements.rst index 973b022a24b..b3765ac819f 100644 --- a/reference/requirements.rst +++ b/reference/requirements.rst @@ -56,4 +56,4 @@ If you want to use Doctrine, you will need to have PDO installed. Additionally, you need to have the PDO driver installed for the database server you want to use. -.. _`Requirements section of the README`: https://github.com/symfony/symfony/blob/2.3/README.md#requirements +.. _`Requirements section of the README`: https://github.com/symfony/symfony/blob/2.7/README.md#requirements