Commit 84769fdd authored by Igor Wiedler's avatar Igor Wiedler

Make monolog documentation not condescending

Docs regression from #551.
parent 0829298b
...@@ -4,11 +4,9 @@ MonologServiceProvider ...@@ -4,11 +4,9 @@ MonologServiceProvider
The *MonologServiceProvider* provides a default logging mechanism through 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 logging to your
application, so you don't have to use ``var_dump`` so much anymore. It will application. This allows you to debug and monitor the behaviour,
log requests and errors and allow you to add logging to your application. This even in production.
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