Manual:$wgDebugComments/es

Category:MediaWiki configuration settings/es#DebugCommentsCategory:MediaWiki configuration settings introduced before version 1.1.0/es#DebugCommentsCategory:MediaWiki configuration settings still in use/es#DebugCommentsCategory:Debug variables/es#DebugComments
Debug: $wgDebugComments
Include portions of log output in page HTML comment
Introducido en la versión:antes de 1.1.0
Eliminado en la versión:aún se usa
Valores permitidos:(booleano)
Valor predeterminado:false

Detalles

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.

Véase también

Category:Log variables/es#$wgDebugComments/es
Category:Debug variables/es Category:Log variables/es Category:MediaWiki configuration settings/es Category:MediaWiki configuration settings introduced before version 1.1.0/es Category:MediaWiki configuration settings still in use/es