[syslog-ng] [Bug 219] log_msg_is_write_protected when a source is used in multiple log statments
bugzilla at bugzilla.balabit.com
bugzilla at bugzilla.balabit.com
Tue Feb 5 18:43:19 CET 2013
https://bugzilla.balabit.com/show_bug.cgi?id=219
--- Comment #1 from Evan Rempel <erempel at uvic.ca> 2013-02-05 18:43:19 ---
hmmm, it is even more subtle than that.
IF I use a single log statement of
log {
source(unix_network_tcp);
rewrite(r_short_host);
destination(d_files);
destination(d_archive);
};
all works well, but if I use the log statement
log {
source(unix_network_tcp);
destination(d_files);
rewrite(r_short_host);
destination(d_archive);
};
I get the log_msg_is_write_protected failure.
--
Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the syslog-ng
mailing list