Skip to content

Commit 97d63b3

Browse files
committed
Update cookbook/logging/monolog.rst
show destination config file in source-code rather than in the text (makes it easier, when offering xml & php configuration code as well)
1 parent 45653fb commit 97d63b3

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
@@ -205,12 +205,13 @@ using a processor.
205205
}
206206
}
207207
208-
Add this to ``app/config/config.yml``:
209208
210209
.. configuration-block::
211210

212211
.. code-block:: yaml
213212
213+
# app/config/config.yml
214+
214215
services:
215216
monolog.formatter.session_request:
216217
class: Monolog\Formatter\LineFormatter

0 commit comments

Comments
 (0)