https://bugzilla.balabit.com/show_bug.cgi?id=218 --- Comment #3 from kathi <jk_kathi1@yahoo.com> 2013-02-03 01:42:42 --- Sorry if i omitted the entire syslog-ng.conf in my earlier mail , the log statement is there The issue is syslog-ng is not capturing the local6.info facility messages. So even if I give the filter it is of no use This is my syslog-ng conf source s_local { system(); sun-streams("/dev/log" door("/etc/.syslog_door")); }; destination d_messages { file("/var/adm/messages"); }; log { source(s_local); destination(d_messages); }; Same issue in another system where the websphere logs are written using local0.info , syslog-ng is not able to capture that. I was of the view that system() in the source line should capture all the messages including local6 . but it is not so. Is there any other keyword to be included in the source section that can capture local*.* as well Thank you Kathiresan -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.