Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
ghost wants to merge5 commits intosymfony:masterfromunknown repository
Closed
Show file tree
Hide file tree
Changes fromall 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 deletionlogging.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionslogging/disable_microsecond_precision.rst
View file
Open in desktop

This file was deleted.

5 changes: 4 additions & 1 deletionreference/configuration/monolog.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp