Manual:$wgDebugLogFile/ru

This page is a translated version of the page Manual:$wgDebugLogFile and the translation is 7% complete.
Отлаживание: $wgDebugLogFile
The file name of the debug log, or empty if disabled.
Введено в версии:pre 1.1.0
Удалено в версии:всё ещё используется
Допустимые значения:(path to file)
Значение по умолчанию:'' (1.1+)
"{$wgUploadDirectory }/log_dlJbnMZb" (prior to 1.1.0)

Details

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.

Внимание Внимание: The debug log file should not be publicly accessible, as it contains private data that may allow an attacker to compromise user accounts.

Notes

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).

См. также