On 10 abr, 17:16, "KyleKai" <[EMAIL PROTECTED]> wrote:
> I edit core.php , DEBUG into 3 .
>
> but all debug message is output in my view ...
>
> I want save all Debug message into my logs , like logs/debug.log .
>
> how can i do ?

Why would you want to do that exactly, debug of 3 is ALOT of info you
would be pretty much be unable to read/ find anything useful in the
log file. IMO you'd be better off doing $this->log('small piece of
info from '.__FILE__.':’.__METHOD__); or something similar.

See this 
http://groups.google.com/group/cake-php/search?group=cake-php&q=nate+db+log

Alternatively have a look at http://bakery.cakephp.org/articles/view/227
.

hth,

AD


--~--~---------~--~----~------------~-------~--~----~
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