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