5 Dec
2005
5 Dec
'05
8:40 p.m.
On Mon, 2005-12-05 at 15:07 -0500, Erik Williamson wrote:
but it is possible that more than one logging server may be attempting to write to the same destination file at the same time.
This part is very bad, syslog-ng does not synchronize destination file writes in any way. You have to create independent destination files for each log server writing on the NFS volume, and if you need them in one file, remerge it later. -- Bazsi