You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andrew Christianson (JIRA)" <ji...@apache.org> on 2018/05/25 14:08:00 UTC

[jira] [Created] (MINIFICPP-510) Default property log msg is at wrong level (error vs. info)

Andrew Christianson created MINIFICPP-510:
---------------------------------------------

             Summary: Default property log msg is at wrong level (error vs. info)
                 Key: MINIFICPP-510
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-510
             Project: NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Andrew Christianson
            Assignee: Andrew Christianson


Config log messages for using default value are at error level, which is incorrect and misleading when monitoring logs. These messages should be at info level because relying on a default config value is a completely non-exceptional use case.
{code:java}
[error] Using default value for optional field 'scheduling period' in component named 'XYZ' [in 'Processors' section of configuration file]{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)