ChrisSamo632 commented on pull request #4761: URL: https://github.com/apache/nifi/pull/4761#issuecomment-763092626
> Split record indeed logs stuff like record counts at the INFO level, but the default logback.xml settings should suppress those like they would with any other processor. Are you seeing things logged at INFO level that should not be? Looking again, you're quite right - `.processors` is set to WARN (I was probably getting confused while looking through the different package structures in the `nifi-scripting-processors`, my bad. So yes, adding these changes would increase the `ScriptedTransformRecord` processor to output more by default than the "standard" Record processors. I agree that probably means that adding INFO for `ExecuteGroovyScript` by default starts to make less sense too. Maybe there should be an addition to the documentation for scripted components indicating that while they have the `log` component available, the default `logback.xml` config won't output anything below WARN? But I'll not do that as part of this Jira, it should probably be a separate one. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
