Skip to content

Commit 4ea2fab

Browse files
committed
Tweaks thanks to comments
1 parent 0734884 commit 4ea2fab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

logging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ your controller::
1818
1919
$logger->critical('I left the oven on!', array(
2020
// include extra "context" info in your logs
21-
'cause' => 'in_hurry'
21+
'cause' => 'in_hurry',
2222
));
2323

2424
// ...
2525
}
2626

2727
The ``logger`` service has different methods for different logging levels/priorities.
2828
You can configure the logger to do different things based on the *level* of a message
29-
(e.g. :doc:`email me when an error occurs </logging/monolog_email>`).
29+
(e.g. :doc:`send an email when an error occurs </logging/monolog_email>`).
3030

3131
See LoggerInterface_ for a list of all of the methods on the logger.
3232

logging/disable_microsecond_precision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
How to Disable Microseconds Precision (for a Performance Boost)
2-
---------------------------------------------------------------
2+
===============================================================
33

44
.. versionadded:: 2.11
55
The ``use_microseconds`` option was introduced in MonologBundle 2.11.

0 commit comments

Comments
 (0)