Changed the default log level to 5, since we're using rather high levels anyway.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@454 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-31 17:43:51 +00:00
parent 655e0c3940
commit 37e7212abe

View File

@@ -43,7 +43,7 @@ class AppModel extends Model {
var $formatDateFields = true; var $formatDateFields = true;
// Default Log Level, if not specified at the function level // Default Log Level, if not specified at the function level
var $default_log_level = 1; var $default_log_level = 5;
// Class specific log levels // Class specific log levels
var $class_log_level = array('Model' => 5); var $class_log_level = array('Model' => 5);