8000 Merge branch '4.0' · symfony/symfony-docs@0561864 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0561864

Browse files
committed
Merge branch '4.0'
* 4.0: Remove an unneeded logging article
2 parents 7c2ff24 + fd6e762 commit 0561864

File tree

3 files changed

+4
-44
lines changed

3 files changed

+4
-44
lines changed

logging.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

logging/disable_microsecond_precision.rst

Lines changed: 0 additions & 42 deletions
This file was deleted.

reference/configuration/monolog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)
0