|
Posted by Jerry Stuckle on 03/12/06 21:15
alex wrote:
>>Yes they can.
>>
>>http://www.php.net/error_log
>>
>
>
> ok, but it seems to me that (tell me if I'm getting wrong),
>
> 1. many users can't access the error.log file on a shared production server,
> 2. if there are several websites on the same machine, it's gonna be the mess
> in the php error.log file.
>
> moreover, log4php allows you to choose a pre-configured appender : rolling
> textfile, mail, database, ...
> tell me if all this is possible with something else than log4php, I'm
> interested.
>
> thx,
>
Apache servers can be configured so that each user has its own log. And
yes, the logs contain a lot of information. But it's quite easy to
write a filter to pull out the information you want and throw away the rest.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|