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.
我正在使用 1.3。我在 book.cakephp 中阅读了有关蛋糕日志记录活动的信息, 但是我应该在哪个文件中添加 CakeLog::config() 以设置日志记录详细信息?
您可以在应用程序bootstrap.php文件中配置日志适配器。示例配置如下所示:
CakeLog::config('my_log', array('engine' => 'FileLog'));