Manual:$wgDebugLogFile
デバッグ: $wgDebugLogFile | |
---|---|
デバッグ ログのファイル名。無効にする場合は空にする。 |
|
導入されたバージョン: | 1.1.0 未満 |
除去されたバージョン: | 使用中 |
許容される値: | (ファイルへのパス) |
既定値: | '' (1.1+)"{$wgUploadDirectory }/log_dlJbnMZb" (prior to 1.1.0) |
その他の設定: アルファベット順 | 機能順 |
詳細
デバッグ ログのファイル名です。無効にする場合は空にします。
wfDebug()
は、このファイルに追記します。
It is also used for structured logging, when a message goes to a channel that is not otherwise configured.
注記
デバッグ ファイルのサイズが巨大になると、一部のサーバーでは、そのファイルを削除しない限りサーバー内部エラーが発生します。
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).