From: John L. <joh...@gm...> - 2008-11-08 05:38:41
|
Mike > Got it, ... , it'll roll out with the next release (1.20). Thank you! > By the way, have you tried using the 'syswrite' option of the file > appender instead? It prevents overlapping messages as well and it's > easier to use than the synchronizing appender: > > log4perl.appender.Logfile.syswrite = 1 No, didn't know about that. A colleague's been testing with the synchronizer removed, at about 15 messages per second, with no overwriting so far, which is what I'd expected on Linux initially. The next restart will pick up the syswrite option above. Which reminds me, I couldn't get init_and_watch($conf_file, 'HUP') to work with threads, which is not surprising, given that perl threads and signals don't mix very well. Regards, John |