Uploaded image for project: 'Log4j 2'
  1. Log4j 2
  2. LOG4J2-101

Attribute "format" for SyslogAppender is mandatory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta2
    • 2.0-beta3
    • Appenders
    • None

    Description

      In the SyslogAppender the configuration attribute "Format" must be present, otherwise a NullPointerException is thrown in method "createAppender" when the following statement is executed:

      if (format.equalsIgnoreCase(RFC5424))

      The fix is simply to add a check so the "equalsIgnoreCase" is called only if the format variable isn't Null.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              colomboe Emanuele Colombo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: