[Zope] Piped Logs

Ben Last (Zope) zope at benlast.com
Fri May 28 02:55:27 EDT 2004


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?




More information about the Zope mailing list