2 Oct
2002
2 Oct
'02
10:54 a.m.
Hi, I have tried syslog-ng versions 1.5.18 and 1.5.21 with the same problem. My system is:
uname -a Linux atlas 2.4.19 #1 Tue Aug 6 01:59:40 CEST 2002 i586 unknown
syslog-ng.conf: source src { internal(); }; destination syslog { file("/var/log/syslog.log"); }; log { source(src); destination(syslog); }; I can't see any internal messages in /var/log/syslog.log file tcp, udp and unix-streams works fine, only problem is with internal. Any help would be apreciated. Regards, Carlos Velasco