Drew Northup wrote: > I'm surprised it took somebody so long to pick up on this one. If you > really crank up the logging you spend a whole hell of a lot more time > blocking (waiting to the syscall to transfer the information) than you do > running!
I just didn't know syslogd blocked for THAT long time. I thought it would be comparable to normal file writing, or perhaps lower as the call can just pass something over IPC to syslogd and then return. Besides, the high debug value is in the distro default configuration. I do want another log option as well, otehrwise we'll be stuck between speed and analysis - when what we want is often an analysis directly compared to the speed. Yours, Mikhail Ramendik