File tree 3 files changed +4
-44
lines changed
3 files changed +4
-44
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,6 @@ Learn more
343
343
logging/processors
344
344
logging/monolog_regex_based_excludes
345
345
logging/monolog_console
346
- logging/disable_microsecond_precision
347
346
348
347
.. _Monolog : https://github.com/Seldaek/monolog
349
348
.. _LoggerInterface : https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ Full Default Configuration
74
74
id : ~ # Required (when the email_prototype is used)
75
75
method : ~
76
76
formatter : ~
77
+ # Set to false to use seconds (instead of microseconds) in
78
+ # the logs (gives a small performance boost).
79
+ use_microseconds : true
77
80
78
81
.. code-block :: xml
79
82
@@ -86,7 +89,7 @@ Full Default Configuration
86
89
http://symfony.com/schema/dic/monolog
87
90
http://symfony.com/schema/dic/monolog/monolog-1.0.xsd" >
88
91
89
- <monolog : config >
92
+ <monolog : config use-microseconds = " true " >
90
93
<monolog : handler
91
94
name =" syslog"
92
95
type =" stream"
You can’t perform that action at this time.
0 commit comments