Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラー/ログをアプリケーションの特定のファイルに書き込むために error_log() を使用しています。ログのエントリが欠落していることがいくつかあります。error_log() 関数を使用して過剰なログを記録している場合、これは既知の問題ですか??
error log
エラーを同じディレクトリに記録する必要がある場合は、
error_log = error_log
それ以外の場合は、単一のファイルに保存する場合は、
error_log = /path/to/errorlog