Manual:$wgDebugComments

This page is a translated version of the page Manual:$wgDebugComments and the translation is 73% complete.
デバッグ: $wgDebugComments
ログ出力の一部をページの HTML コメントに含める
導入されたバージョン:pre 1.1.0
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:false

詳細

true の場合、一部のデバッグ項目が HTML 出力のコメントに表示される場合があります。 As of MediaWiki-1.8.2, function outputPage() writes one HTML comment near the beginning of the page body with the template:

<!-- Wiki debugging output: ... comment debug text ... -->

Debug text passed to function wfDebug() is included in the text of this debug comment unless an optional second parameter (named logonly) is passed to wfDebug() which evaluates as true.

本番環境のサイトでの使用はお勧めできません。 デバッグ コメントは、ページ閲覧の際に、セキュリティ上の潜在的なリスクがある情報をさらけ出します。

関連項目