https://issues.apache.org/bugzilla/show_bug.cgi?id=45886
Mathieu Rozieres <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Mathieu Rozieres <[email protected]> 2009-01-29 06:08:49 PST --- I've read carefully the SyslogAppender source and found that the TAG is partilly implemented in Syslog Appender. The FacilityName and the FailictyPrinting mecanism is in fact a implementation of the TAG mecanism that is limited to what can be call "Facilities tag". In fact, in the Syslog protocol the tag can be either one of "mail,auth,user,local6[....]" or a user choosen string. I think that the evolution requested can be implemented by diverting the current FacilityPrinting switch to something called TagPrinting and letting the end-user define a TagLabel parameter. Regards, Mathieu -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
