Skip to content

Commit 29f81d2

Browse files
committed
Add information on different duration scales that can be logged by FPM
php/doc-en@78cfb58
1 parent a831847 commit 29f81d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

install/fpm/configuration.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,13 +832,17 @@
832832
<entry>
833833
<constant>%d</constant>
834834
</entry>
835-
<entry>duration µs</entry>
835+
<entry>
836+
処理時間。精度について、以下のフォーマットが許可されています:
837+
<literal>%{seconds}d</literal> (デフォルト), <literal>%{milliseconds}d</literal>,
838+
<literal>%{microseconds}d</literal>.
839+
</entry>
836840
</row>
837841
<row>
838842
<entry>
839843
<constant>%e</constant>
840844
</entry>
841-
<entry>fastcgi env</entry>
845+
<entry>fastcgi の環境変数</entry>
842846
</row>
843847
<row>
844848
<entry>

0 commit comments

Comments
 (0)