[
https://issues.apache.org/jira/browse/LOG4J2-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14348641#comment-14348641
]
Paul D Johe commented on LOG4J2-968:
------------------------------------
Also note that
org.apache.logging.log4j.core.layout.SyslogLayout#getContentFormat() javadoc
should be updated too by removing the space:
{code}
* <li>Key: "dateFormat" Value: "MMM dd HH:mm:ss "</li>
{code}
> SyslogLayout contains extra space
> ---------------------------------
>
> Key: LOG4J2-968
> URL: https://issues.apache.org/jira/browse/LOG4J2-968
> Project: Log4j 2
> Issue Type: Bug
> Components: Layouts
> Affects Versions: 2.2
> Reporter: Paul D Johe
> Labels: syslog, syslogappender
> Fix For: 2.2.1
>
> Original Estimate: 0.5h
> Remaining Estimate: 0.5h
>
> There is a extra space in the SyslogLayout so that that message is not
> compliant with the BSD format:
> {code}
> /**
> * Date format used if header = true.
> */
> private final SimpleDateFormat dateFormat = new SimpleDateFormat("MMM dd
> HH:mm:ss ", Locale.ENGLISH);
> {code}
> Note the extra space at the end of the date format.
> When this is used, another space is appended afterwards all the same:
> {code}
> addDate(event.getTimeMillis(), buf);
> buf.append(' ');
> {code}
> This leads to incorrect data containing two spaces between the date field and
> the localHostname.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]