From b3828cddf79f9f90c914c2c271f2ae81e9368bc7 Mon Sep 17 00:00:00 2001 From: Julien Janvier <3691804+jjanvier@users.noreply.github.com> Date: Mon, 5 Aug 2019 20:52:47 +0200 Subject: [PATCH] Fix custom logging formatter --- logging/formatter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/formatter.rst b/logging/formatter.rst index b97305e1cda..d80359f9b4b 100644 --- a/logging/formatter.rst +++ b/logging/formatter.rst @@ -19,7 +19,7 @@ configure your handler to use it: file: type: stream level: debug - formatter: '@monolog.formatter.json' + formatter: 'monolog.formatter.json' .. code-block:: xml