[jboss-jira] [JBoss JIRA] (ELY-1908) Typo in SimpleSecurityEventFormatter
Farah Juma (Jira)
issues at jboss.org
Tue Dec 3 10:58:00 EST 2019
[ https://issues.jboss.org/browse/ELY-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Farah Juma updated ELY-1908:
----------------------------
Fix Version/s: 1.11.0.CR3
> Typo in SimpleSecurityEventFormatter
> ------------------------------------
>
> Key: ELY-1908
> URL: https://issues.jboss.org/browse/ELY-1908
> Project: WildFly Elytron
> Issue Type: Bug
> Reporter: Martin Mazanek
> Assignee: Martin Mazanek
> Priority: Minor
> Fix For: 1.11.0.CR3
>
>
> missing comma
> {code:java}
> stringBuilder.append("syslog-format").append(event.getFormat().toString());
> {code}
> should be
> {code:java}
> stringBuilder.append(",syslog-format").append(event.getFormat().toString());
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list