> -----Ursprüngliche Nachricht----- > Von: William A. Rowe, Jr. > Gesendet: Donnerstag, 31. Juli 2008 06:17 > An: [email protected] > Cc: [EMAIL PROTECTED] > Betreff: Re: svn commit: r681204 - /httpd/httpd/trunk/server/main.c > > [EMAIL PROTECTED] wrote: > > Author: rpluem > > Date: Wed Jul 30 14:08:33 2008 > > New Revision: 681204 > > > > URL: http://svn.apache.org/viewvc?rev=681204&view=rev > > Log: > > * Give possible piped loggers a chance to process their > input before they get > > killed by us. > > This is only useful if you did so AFTER logs were closed and > flushed - is > this the case? Knowing how d&e_process used to work, I don't > think it's > true.
Good point. I will have a look, but it works for unbuffered logs and solved my case where a configuration error detected in the post_config hook did not show up in the respective rotated log. Regards Rüdiger
