I find at versions syslog-ng-3.5 and syslog-ng-3.6 ,the syslog-ng will by default read from /dev/kmsg even if when I don't use
file ("/proc/kmsg" program_override("kernel: "));
in source{ },
when I use docker container ,I find that all containers will read /dev/kmsg , this will have some problems.
so how can I specify don't read /dev/kmsg in configure ?