Manual:$wgDebugLogFile
Debug: $wgDebugLogFile | |
---|---|
The file name of the debug log, or empty if disabled. |
|
Introducido en la versión: | antes de 1.1.0 |
Eliminado en la versión: | aún se usa |
Valores permitidos: | (path to file) |
Valor predeterminado: | '' (1.1+)"{$wgUploadDirectory }/log_dlJbnMZb" (previo a 1.1.0) |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
The file name of the debug log, or empty if disabled.
wfDebug()
appends to this file.
It is also used for structured logging, when a message goes to a channel that is not otherwise configured.
Notas
If the debug file gets too big, some servers will generate an internal server error until you delete said file.
If the file isn't generated after doing some requests to the server, check if the webserver has permissions to write on that location, and if PHP can access that file (normally restricted by the open_basedir
directive).