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