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 3ea60c0 commit 8dbbbc8Copy full SHA for 8dbbbc8
cookbook/logging/monolog.rst
@@ -46,8 +46,8 @@ The basic handler is the ``StreamHandler`` which writes logs in a stream
46
Monolog comes also with a powerful built-in handler for the logging in
47
prod environment: ``FingersCrossedHandler``. It allows you to store the
48
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.
+action level (``error`` in the configuration provided in the Standard
+Edition) by forwarding the messages to another handler.
51
52
Using several handlers
53
~~~~~~~~~~~~~~~~~~~~~~
0 commit comments