Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

How can I write out ControllerStatusReportingTask logs to a different file

Explorer

I tried following this guide, but it didn't work.

https://community.hortonworks.com/articles/79849/nifi-monitoring-controllerstatusreportingtask-with....

I just need to output ControllerStatusReportingTask logs into a separate file in my logs directory.

Attached is mylogback.xml logback.xml

Any ideas?

John

5 REPLIES 5

Explorer

Also, the reporting logs no longer appear in the nifi-app.log but they do not populate in the new file specified in the logback.xml

I am using Apache nifi 1.3.0.

New Contributor

I'm seeing the same behaviour in Nifiv1.4.0

New Contributor

When doing the logging you have to specify the class path's. See below. Note the class options in the appender, encoder and rollingPolicy elements.

Here

Mentor

@John T

You did not specify the rolling appender type in your new appender. Since the appender entry is invalid it is not being used.

Modify your appender line to look like this:

<appender name="5MINUTES_FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">

Thank you,

Matt

New Contributor

Do we have to append ".Processors" to the logger name as <logger name="org.apache.nifi.controller.ControllerStatusReportingTask.Processors", instead of <logger name="org.apache.nifi.controller.ControllerStatusReportingTask"?

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.