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)