You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (Jira)" <ji...@apache.org> on 2019/09/04 18:25:00 UTC

[jira] [Created] (NIFIREG-317) Improve logging of exceptions when creating providers

Bryan Bende created NIFIREG-317:
-----------------------------------

             Summary: Improve logging of exceptions when creating providers
                 Key: NIFIREG-317
                 URL: https://issues.apache.org/jira/browse/NIFIREG-317
             Project: NiFi Registry
          Issue Type: Improvement
    Affects Versions: 0.5.0
            Reporter: Bryan Bende
            Assignee: Bryan Bende


If we fail to create a provider, we throw an exception with the parent cause, but Spring doesn't log the cause so we end up with something like:
{code:java}
Error creating FlowPersistenceProvider with class name: org.apache.nifi.registry.provider.flow.GitFlowPersistenceProvider {code}
but we can't see the cause.

We should improve this.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)