cake-php@googlegroups.com
[Top] [All Lists]

Re: Why are there no logs?!

Subject: Re: Why are there no logs?!
From: Joshua Muheim
Date: Tue, 14 Sep 2010 08:54:43 +0200
Thanks for the information, Mark. I'm on OSX, can you tell me where to
get the logs of Apache?

On Sat, Sep 11, 2010 at 2:05 AM, mark_story <mark.story@xxxxxxxxx> wrote:
> The true just enables logging all errors.  It does not enable logging
> page render statistics and other information.  Finding access data can
> be done from looking at your webserver logs.
>
> -Mark
>
> On Sep 10, 5:27 pm, Andy Dirnberger <andy.dirnber...@xxxxxxxxx> wrote:
>> 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 <psybea...@xxxxxxxxx> wrote:
>>
>>
>>
>>
>>
>>
>>
>> > as mentioned above i use
>>
>> > define('LOG_ERROR', 2);
>>
>> > On Fri, Sep 10, 2010 at 3:11 PM, Andy Dirnberger
>>
>> > <andy.dirnber...@xxxxxxxxx> wrote:
>> > > What are you using for the log setting in core.php?
>>
>> > > On Sep 10, 7:52 am, psybear83 <psybea...@xxxxxxxxx> 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.organdhelp 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 cake-php@xxxxxxxxxxxxxxxx
>> > > To unsubscribe from this group, send email to
>> > > cake-php+unsubscribe@xxxxxxxxxxxxxxxx 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 cake-php@xxxxxxxxxxxxxxxx
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at 
> http://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 cake-php@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
cake-php+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

<Prev in Thread] Current Thread [Next in Thread>