[
https://issues.apache.org/jira/browse/LOG4J2-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050658#comment-16050658
]
Kelvin commented on LOG4J2-1939:
--------------------------------
Shall do. One quick question after pulling down the code and having a look
around. Are there any current thoughts/rules in the project in regard to adding
new constructors and createLayout methods given that the functionality is
deprecated in favor of using the builders?
> Add appName option to SyslogLayout
> ----------------------------------
>
> Key: LOG4J2-1939
> URL: https://issues.apache.org/jira/browse/LOG4J2-1939
> Project: Log4j 2
> Issue Type: Improvement
> Components: Layouts
> Reporter: Kelvin
> Priority: Minor
>
> The BSD syslog RFC (rfc3164) mentions that a "message" should contain a tag
> and content. The separation of the fields should be using a '[', ':' or space.
> The implementor of a system may not add the tag component as it is log layout
> specific. When not part of the message, and configuring a product to produce
> syslog, downstream syslog parsers expecting rfc3146 formatted data have a
> hard time without modifying the message before parsing or adding special
> rules for those sources.
> An appName option like Rfc5424Layout would be great. If specified it can be
> added to the message, if not the current format can be used in order to not
> disrupt any downstream parsers currently in use.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)