We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7ad8f commit 9fe931eCopy full SHA for 9fe931e
reference/configuration/monolog.rst
@@ -4,6 +4,9 @@
4
MonologBundle Configuration ("monolog")
5
=======================================
6
7
+For a full list of handler types and related configuration
8
+options, see `Monolog Configuration`_.
9
+
10
Full Default Configuration
11
--------------------------
12
@@ -101,3 +104,5 @@ Full Default Configuration
101
104
When the profiler is enabled, a handler is added to store the logs'
102
105
messages in the profiler. The profiler uses the name "debug" so it
103
106
is reserved and cannot be used in the configuration.
107
108
+.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/master/DependencyInjection/Configuration.php
0 commit comments