From b363dce1a0ced2d42c486246e07c212331e6652d Mon Sep 17 00:00:00 2001 From: Henry Snoek Date: Tue, 5 Jan 2016 22:47:30 +0100 Subject: [PATCH 1/2] 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..7c549efd08e 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 dbd97fdf5d37c1ed14a844e20c5850ffae9eda26 Mon Sep 17 00:00:00 2001 From: Henry Snoek Date: Tue, 5 Jan 2016 22:51:06 +0100 Subject: [PATCH 2/2] add missing dot --- reference/configuration/monolog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/monolog.rst b/reference/configuration/monolog.rst index 7c549efd08e..8027cc3d369 100644 --- a/reference/configuration/monolog.rst +++ b/reference/configuration/monolog.rst @@ -5,7 +5,7 @@ MonologBundle Configuration ("monolog") ======================================= For a full list of handler types and related configuration -options, see `Monolog Configuration`_ +options, see `Monolog Configuration`_. Full Default Configuration --------------------------