Commit 7c32dbc2 authored by Fabien Potencier's avatar Fabien Potencier

tweaked docs (closes #551)

parent 517d596b
...@@ -5,8 +5,10 @@ The *MonologServiceProvider* provides a default logging mechanism through ...@@ -5,8 +5,10 @@ The *MonologServiceProvider* provides a default logging mechanism through
Jordi Boggiano's `Monolog <https://github.com/Seldaek/monolog>`_ library. 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 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. You can application, so you don't have to use ``var_dump`` so much anymore. It will
use the grown-up version called ``tail -f``. 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.
Parameters 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