28 May
2004
28 May
'04
6:55 a.m.
You can always get Unixy and run a tail --follow-name on the logfile to pipe it to anything you like, so you get both the logfile and the ability to output it to any processes you like. I tend to use that in a popen() to pull logfiles and other ever-growing-but-logrotated stuff into Python. ben
On Thursday 27 May 2004 14:54, Bill Etheredge wrote:
Does zServer provide any capability comparable to Apache httpd's 'piped logs' -- writing log files through a pipe to another process rather than a file?