Logging

Logging

Turn on Akelos logging

Add the following to config/config.php.

define('AK_LOG_EVENTS', true);

Optionally, define the log directory in config/config.php.

defined('AK_LOGS_DIR') ? null : define('AK_LOGS_DIR', '/path_to_logs_dir');

Note that the following should be left as the last line in config/config.php to avoid “already defined” errors.

include_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'boot.php');
 
logging.txt · Last modified: 2008/09/08 23:36 by 66.184.52.250
 

The Akelos Framework was created by Bermi Ferrer and other contributors.
Potions of the code and documentation have been ported from Ruby on Rails.

The Akelos Framework is released under the LGPL license.

"Akelos", "Akelos Framework", and the Akelos logo are trademarks of Bermi Labs All rights reserved.

Wiki driven by DokuWiki