Skip to content

Commit 8dbbbc8

Browse files
committed
Fix formatting
1 parent 3ea60c0 commit 8dbbbc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/logging/monolog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ The basic handler is the ``StreamHandler`` which writes logs in a stream
4646
Monolog comes also with a powerful built-in handler for the logging in
4747
prod environment: ``FingersCrossedHandler``. It allows you to store the
4848
messages in a buffer and to log them only if a message reaches the
49-
action level (ERROR in the configuration provided in the standard
50-
edition) by forwarding the messages to another handler.
49+
action level (``error`` in the configuration provided in the Standard
50+
Edition) by forwarding the messages to another handler.
5151

5252
Using several handlers
5353
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)