syslog-ng 2.0.4 I am trying to use the log_prefix option on the internal() source but I get errors on the line. source int { internal(log_prefix("sometext: ")); }; I suspect that the documentation that log_prefix applies to all sources is incorrect. I would like the internal source to accept this option. Evan Rempel