Closed GoogleCodeExporter closed 9 years ago
The problem is in logfile_mod_daemon.c:logfile_mod_daemon_lineend().
The write is queued immediately on line-end. This is why things are .. well,
horrible.
The buffered logs option is already thrown at the daemon itself; that should be
enough. There's a per-second event to tickle the write queue if it hasn't yet
been
written and that should be enough.
So, what to do next..
Original comment by adrian.c...@gmail.com
on 14 Feb 2010 at 9:00
fixed in r14409.
Original comment by adrian.c...@gmail.com
on 14 Feb 2010 at 9:24
Original issue reported on code.google.com by
adrian.c...@gmail.com
on 15 Sep 2009 at 8:06