php.ini の設定により動作が変化します。
名前 | デフォルト | 変更可能 | 変更履歴 | Comments |
---|---|---|---|---|
mongodb.debug | "" | PHP_INI_ALL | Only available for the PHP driver, and not the HHVM one |
以下に設定ディレクティブに関する 簡単な説明を示します。
mongodb.debug
string
Store full activity debug log in this directory or stream. The special value "stderr" can be provided to write to STDERR.
注意:
Not available for HHVM