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.
我们正在查看 nginx 错误日志以进行修改,但有一些难以解释的边缘情况,例如文件截断等。
了解 nginx 是动态写入错误日志文件还是缓冲写入错误日志会很有帮助。缓冲对于错误日志没有多大意义,但仍然可以确保 nginx 的高性能。
我们知道 nginx 缓冲访问日志写入,但目前无法找到证据表明它对错误日志执行相同操作。
不,错误日志写入不会被缓冲。