markap14 commented on issue #3698: WIP: NIFI-6628: Separate out logging of extensions vs. nifi
framework
URL: https://github.com/apache/nifi/pull/3698#issuecomment-529521247
Thanks @adarmiento . I think this is getting closer. It looks like the latest commit puts
`org.apache.nifi` into the framework, log, though, which I think is still not what we want,
because we have some processors, services, etc. that even are in that package. For example,
`GetHTMLElement`, `ModifyHTMLElement`, and `PutHTMLElement` are all in the `org.apache.nifi`
package. I think we have to be even more specific. I would look at the `nifi-nar-bundles/nifi-framework-bundle/nifi-framework`
module and its sub-modules. Especially `nifi-framework-core`, `nifi-framework-core-api`, `nifi-framework-clustering`
and pick out any specific packages in those. For example, the `org.apache.nifi.controller`
package contains a lot of the framework specific classes.
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|