Skip to content

Commit 1342a06

Browse files
committed
Minor tweaks for #1588
1 parent d76091c commit 1342a06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/logging/monolog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ allows you to log the messages in several ways easily.
5252

5353
.. code-block:: yaml
5454
55+
# app/config/config*.yml
5556
monolog:
5657
handlers:
5758
syslog:
@@ -123,6 +124,7 @@ easily. Your formatter must implement
123124

124125
.. code-block:: yaml
125126
127+
# app/config/config.yml
126128
services:
127129
my_formatter:
128130
class: Monolog\Formatter\JsonFormatter
@@ -211,7 +213,6 @@ using a processor.
211213
.. code-block:: yaml
212214
213215
# app/config/config.yml
214-
215216
services:
216217
monolog.formatter.session_request:
217218
class: Monolog\Formatter\LineFormatter

0 commit comments

Comments
 (0)