8000 minor #8770 Remove an unneeded logging article (ricknox) · symfony/symfony-docs@fd6e762 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd6e762

Browse files
committed
minor #8770 Remove an unneeded logging article (ricknox)
This PR was submitted for the master branch but it was squashed and merged into the 4.0 branch instead (closes #8770). Discussion ---------- Remove an unneeded logging article This is related to #8684. Sorry for the spelling error in the commit, didn't had my coffee yet ;) Commits ------- 28f7f57 Remove an unneeded logging article
2 parents 48c1dca + 28f7f57 commit fd6e762

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