Hi list!
I've read about a debugging connection feature of PHP3, dropped in 
version 4; it allowed (I argue) centralized logging through the function 
error_log with dest value 3; one could enable it by putting 
--enable-debugging in the build options.
Now, if I set up more than one server for my website, how can I get 
system error logging coming from all the webservers on a single server only?
I've considered syslogd and databases, but I'd like something like 
Apache's error_log, i.e. a single file I can follow with tail -f :-)

Thank you

Bye

-- 
Rudy Ramirez
http://members.xoom.it/rudy_ramirez


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to