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/site@454 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-31 17:43:51 +00:00
parent 2b09f4054f
commit 6b7ce60ae3

View File

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