[jboss-jira] [JBoss JIRA] (ELY-1908) Typo in SimpleSecurityEventFormatter
Martin Mazanek (Jira)
issues at jboss.org
Tue Nov 19 08:49:01 EST 2019
Martin Mazanek created ELY-1908:
-----------------------------------
Summary: Typo in SimpleSecurityEventFormatter
Key: ELY-1908
URL: https://issues.jboss.org/browse/ELY-1908
Project: WildFly Elytron
Issue Type: Bug
Reporter: Martin Mazanek
Assignee: Darran Lofthouse
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