Commit 46ac91f0 authored by Fabien Potencier's avatar Fabien Potencier

merged branch igorw/patch-2 (PR #557)

This PR was merged into the master branch.

Commits
-------

84769fdd Make monolog documentation not condescending

Discussion
----------

Make monolog documentation not condescending

Docs regression from #551.
parents 0829298b 84769fdd
......@@ -4,11 +4,9 @@ MonologServiceProvider
The *MonologServiceProvider* provides a default logging mechanism through
Jordi Boggiano's `Monolog <https://github.com/Seldaek/monolog>`_ library.
It will log requests and errors and allow you to add debug logging to your
application, so you don't have to use ``var_dump`` so much anymore. It will
log requests and errors and allow you to add logging to your application. This
allows you to debug and monitor your application behaviour, even in
production.
It will log requests and errors and allow you to add logging to your
application. This allows you to debug and monitor the behaviour,
even in production.
Parameters
----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment