i have mounted a Syslog-ng server to store my pix's
log . But there is nothing in my pix.log
i'have put this lines in my
syslog-ng.conf
source pix { udp(ip(10.60.10.111)
port());};
destination pix {
file("/var/log/pix.log"); };
log { source(pix);destination(pix);
};
Have you one idea ?
Thx
Damien Michau
Paris