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.
access_logサーバーでログ (および)を無効にしたいと考えerror_logています。これは機能によって可能ini_set()ですか?もしそうなら、どのようにしますか?
access_log
error_log
ini_set()
次のコードを使用します。
ini_set("log_errors", 0);