From: <gem...@li...> - 2012-04-23 10:42:05
|
Revision: 629 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=629&view=rev Author: mennodekker Date: 2012-04-23 10:41:59 +0000 (Mon, 23 Apr 2012) Log Message: ----------- Added logLevel section to project.ini Modified Paths: -------------- trunk/new_project/application/configs/project.ini Modified: trunk/new_project/application/configs/project.ini =================================================================== --- trunk/new_project/application/configs/project.ini 2012-04-23 10:33:33 UTC (rev 628) +++ trunk/new_project/application/configs/project.ini 2012-04-23 10:41:59 UTC (rev 629) @@ -268,6 +268,24 @@ consentTypes = 'do not use|consent given' consentDefault = 'Unknown' ;Default setup makes this 'do not use' +;--------------------------------------------------------- +; LOGLEVEL SECTION +;--------------------------------------------------------- +; Use the loglevels as defined in Zend_Log to define the highest level of errors to log +; +; 0 Emergency: system is unusable +; 1 Alert: action must be taken immediately +; 2 Critical: critical conditions +; 3 Error: error conditions +; 4 Warning: warning conditions +; 5 Notice: normal but significant condition +; 6 Informational: informational messages +; 7 Debug: debug messages +; +; Defaults for production are 3 (error) and 7 (debug) for testing and development, uncomment the +; line below to use a custom setting +;logLevel = 6; + [testing : production] admin.user = superadmin admin.pwd = superadmin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |