Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-1908

Typo in SimpleSecurityEventFormatter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 1.11.0.CR3, 2.0.0.Alpha6
    • None
    • None
    • None

      missing comma

      stringBuilder.append("syslog-format").append(event.getFormat().toString());
      

      should be

      stringBuilder.append(",syslog-format").append(event.getFormat().toString());
      

              mmazanek Martin Mazánek (Inactive)
              mmazanek Martin Mazánek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: