Which is not what I asked. From core.php:
/**
* CakePHP Log Level:
*
* In case of Production Mode CakePHP gives you the possibility to
continue logging errors.
*
* The following parameters can be used:
* Boolean: Set true/false to activate/deactivate logging
* Configure::write('log', true);
*
* Integer: Use built-in PHP constants to set the error level (see
error_reporting)
* Configure::write('log', E_ERROR | E_WARNING);
* Configure::write('log', E_ALL ^ E_NOTICE);
*/
Configure::write('log', true);
On Sep 10, 9:30 am, Joshua Muheim <[email protected]> wrote:
> as mentioned above i use
>
> define('LOG_ERROR', 2);
>
> On Fri, Sep 10, 2010 at 3:11 PM, Andy Dirnberger
>
>
>
> <[email protected]> wrote:
> > What are you using for the log setting in core.php?
>
> > On Sep 10, 7:52 am, psybear83 <[email protected]> wrote:
> >> Hi everybody
>
> >> From Ruby On Rails I'm used that while developing my log files are
> >> full of informations about what pages were rendered etc.
>
> >> In CakePHP I'm missing this - I don't even seem to have a log file in
> >> my app/tmp/logs directory? Is this normal? I have set
>
> >> define('LOG_ERROR', 2);
>
> >> is this OK? Am I missing anything else?
>
> >> Thanks a lot
> >> Josh
>
> > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
> > with their CakePHP related questions.
>
> > You received this message because you are subscribed to the Google Groups
> > "CakePHP" 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
> > athttp://groups.google.com/group/cake-php?hl=en
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" 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