On Mon, Mar 02, 2009 at 03:25:53PM +0100, Balazs Scheidler wrote:
In 3.0 OSE there are options to set these for file sources, but no options to set them for no-parse sources. I'll take care about this when I get there, but please file a bugzilla ticket.
Alternatively you could submit your patches, that could potentially solve this problem faster.
Hi, The patch is attached to this mail, and adds two new options for source files in the syslog-ng configuration file: fake_facility(facility) and fake_level(level) These options don't have any effect when used without the no-parse flag. Ex: source s_file { file("/tmp/f1" fake_facility(local7) fake_level(debug) flags(no-parse)); file("/tmp/f2" fake_facility(local4) fake_level(warn) flags(no-parse)); }; -- Xavier