File tree Expand file tree Collapse file tree 3 files changed +4
-44
lines changed Expand file tree Collapse file tree 3 files changed +4
-44
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,6 @@ Learn more
343343 logging/processors
344344 logging/monolog_regex_based_excludes
345345 logging/monolog_console
346- logging/disable_microsecond_precision
347346
348347.. _Monolog : https://github.com/Seldaek/monolog
349348.. _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
7474 id : ~ # Required (when the email_prototype is used)
7575 method : ~
7676 formatter : ~
77+ # Set to false to use seconds (instead of microseconds) in
78+ # the logs (gives a small performance boost).
79+ use_microseconds : true
7780
7881 .. code-block :: xml
7982
@@ -86,7 +89,7 @@ Full Default Configuration
8689 http://symfony.com/schema/dic/monolog
8790 http://symfony.com/schema/dic/monolog/monolog-1.0.xsd" >
8891
89- <monolog : config >
92+ <monolog : config use-microseconds = " true " >
9093 <monolog : handler
9194 name =" syslog"
9295 type =" stream"
You can’t perform that action at this time.
0 commit comments