Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-767

OM should not search for STDOUT root logger for audit logging

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • Ozone Manager

    Description

      When we start ozone, the .out file shows the following line:

      2018-10-31 00:48:04,141 main ERROR Unable to locate appender "STDOUT" for logger config "root"

      This is because the console appender has been disabled by default however incorrect log4j2 config is still trying to find the console appender.

       

      This Jira aims to comment the following config lines to avoid this issue:

      rootLogger.appenderRefs=stdout
      rootLogger.appenderRef.stdout.ref=STDOUT
      

      Attachments

        1. HDDS-767.001.patch
          0.6 kB
          Dinesh Chitlangia

        Activity

          People

            dineshchitlangia Dinesh Chitlangia
            dineshchitlangia Dinesh Chitlangia
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: