Posts

Showing posts with the label php

Locating Logs in CakePHP

This should be easy but "Beginning CakePHP" didn't include an index reference for application logs. But the online manual did (w00t!). (  CakePHP Manual Log Reference  ) For my future reference log location: webroot /app/tmp/logs Log File names: error.log debug.log