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.
2 parents 03be4a5 + 97d63b3 commit d76091cCopy full SHA for d76091c
cookbook/logging/monolog.rst
@@ -177,7 +177,7 @@ using a processor.
177
178
namespace Acme\MyBundle;
179
180
- use Symfony\Component\HttpFoundation\Session;
+ use Symfony\Component\HttpFoundation\Session\Session;
181
182
class SessionRequestProcessor
183
{
@@ -205,10 +205,13 @@ using a processor.
205
}
206
207
208
+
209
.. configuration-block::
210
211
.. code-block:: yaml
212
213
+ # app/config/config.yml
214
215
services:
216
monolog.formatter.session_request:
217
class: Monolog\Formatter\LineFormatter
0 commit comments