Are you talking about the SQL dump debug output or something else? I
have found that the showLog function in dbo_source.php is called before
the Configure class is loaded so dynamically setting the value at
runtime does not effect the SQL log output.

However, you can preven the SQL dump from displaying by adding these
lines in your beforeFilter method:
$db =& ConnectionManager::getDataSource('default');
$db->fullDebug = false;

If you are not talking about the SQL debug then make sure the code
checking the debug level is checking Configure::read() and not the
DEBUG constant set in core.php.
HTH,
Ryan Rose
digiwize.com


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to