Hi, If I use multiple destinations like : log { source(src); filter(f_52); destination(mysql_52); destination(file_52); flags(final); }; If my first destination is down (a mysql database), does the second destination works correctly ? There is 2 fifo, one for each destinations, but are the 2 destinations working totally independantly? Regards David
On Mon, 2009-12-14 at 08:37 +0100, Ulrich David wrote:
Hi,
If I use multiple destinations like : log { source(src); filter(f_52); destination(mysql_52); destination(file_52); flags(final); };
If my first destination is down (a mysql database), does the second destination works correctly ? There is 2 fifo, one for each destinations, but are the 2 destinations working totally independantly?
yes. -- Bazsi
participants (2)
-
Balazs Scheidler
-
Ulrich David