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.
我是 CakePHP 的新手。我的应用程序出现内部服务器错误,但我无法找到我的错误日志。我查看了官方文档,但没有找到关于日志文件的名称或在哪里可以找到它的任何内容。我什至不确定是否默认启用错误日志记录。感谢您提供的任何帮助。谢谢。
查看您的/app/tmp/logs/文件夹,文件名应为error.log
我相信它是默认启用的,至少当 /app/Config/core.php 中的 debug 设置为 2 时。
Configure::write('debug', 2);