Manual:$wgDebugComments/ko
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgDebugComments and the translation is 18% complete.
| Debug: $wgDebugComments | |
|---|---|
| Include portions of log output in page HTML comment |
|
| 이 변수가 소개된 버전: | 1.1.0 이전 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
If on, some debug items may appear in comments in the HTML output.
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.
Use on production sites is not recommended. Debug comments reveal information in page views which could potentially expose security risks.
같이 보기
- How to debug
- Manual:$wgDebugToolbar
- Extension:PurgeClickThrough allows you to use this setting to see debug messages from purge actions