Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd6e762

Browse filesBrowse 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
Copy full SHA for fd6e762

File tree

Expand file treeCollapse file tree

3 files changed

+4
-44
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-44
lines changed

‎logging.rst

Copy file name to clipboardExpand all lines: logging.rst
-1Lines 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

Copy file name to clipboardExpand all lines: logging/disable_microsecond_precision.rst
-42Lines changed: 0 additions & 42 deletions
This file was deleted.

‎reference/configuration/monolog.rst

Copy file name to clipboardExpand all lines: reference/configuration/monolog.rst
+4-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.