Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-1283

Documentation wrong for ControllerStatusReportingTask

    XMLWordPrintableJSON

Details

    Description

      The documentation explains how to separate the processor and connection logging out to a new log file. The logger names provided do not work.

      Original:
      If may be convenient to redirect the logging output of this ReportingTask to a separate log file than the typical application log. This can be accomplished by modified the logback.xml file in the NiFi conf/ directory such that a logger with the name org.apache.nifi.controller.ControllerStatusReportingTask is configured to write to a separate log.

      Additionally, it may be convenient to disable logging for Processors or for Connections or to split them into separate log files. This can be accomplished by using the loggers named org.apache.nifi.controller.ControllerStatusReportingTask.Processors and org.apache.nifi.controller.ControllerStatusReportingTask.Connections, respectively.

      The correct loggers to use would be:
      ControllerStatusReportingTask
      ControllerStatusReportingTask.Processors
      ControllerStatusReportingTask.Connections

      If you include the org.apache.nifi.controller protion the logger will not work.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              msclarke Matthew Clarke
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: