On 7 June 2013 20:29, Christian Grobmeier wrote:
> Also I found out one needs to give a full path to the rolling file.
> Like /var/www/xyz.log.
> Otherwise filesize() would return with a warning. We could disable
> that warning with @filesize, but i am not sure if that is a good idea.
>
> Here is
On 7 June 2013 20:29, Christian Grobmeier wrote:
> Hi,
>
> these docs:
> http://logging.apache.org/log4php/docs/appenders/rolling-file.html
>
> say, one must include a %s:
> "Should contain a %s which gets substituted by the date."
>
> I have tried that, but it seems I don't need to do that. From
Hi,
these docs:
http://logging.apache.org/log4php/docs/appenders/rolling-file.html
say, one must include a %s:
"Should contain a %s which gets substituted by the date."
I have tried that, but it seems I don't need to do that. From the code
I didn't see anything which would point into that direct