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

Remove an unneeded logging article #8770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 1 logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ Learn more
logging/processors
logging/monolog_regex_based_excludes
logging/monolog_console
logging/disable_microsecond_precision

.. _Monolog: https://github.com/Seldaek/monolog
.. _LoggerInterface: https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php
Expand Down
42 changes: 0 additions & 42 deletions 42 logging/disable_microsecond_precision.rst

This file was deleted.

5 changes: 4 additions & 1 deletion 5 reference/configuration/monolog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Full Default Configuration
id: ~ # Required (when the email_prototype is used)
method: ~
formatter: ~
# Set to false to use seconds (instead of microseconds) in
# the logs (gives a small performance boost).
use_microseconds: true

.. code-block:: xml

Expand All @@ -86,7 +89,7 @@ Full Default Configuration
http://symfony.com/schema/dic/monolog
http://symfony.com/schema/dic/monolog/monolog-1.0.xsd">

<monolog:config>
<monolog:config use-microseconds="true">
<monolog:handler
name="syslog"
type="stream"
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.