We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76091c commit 1342a06Copy full SHA for 1342a06
cookbook/logging/monolog.rst
@@ -52,6 +52,7 @@ allows you to log the messages in several ways easily.
52
53
.. code-block:: yaml
54
55
+ # app/config/config*.yml
56
monolog:
57
handlers:
58
syslog:
@@ -123,6 +124,7 @@ easily. Your formatter must implement
123
124
125
126
127
+ # app/config/config.yml
128
services:
129
my_formatter:
130
class: Monolog\Formatter\JsonFormatter
@@ -211,7 +213,6 @@ using a processor.
211
213
212
214
215
# app/config/config.yml
-
216
217
monolog.formatter.session_request:
218
class: Monolog\Formatter\LineFormatter
0 commit comments