Daniel Stieglitz created NIFI-15022:
---------------------------------------
Summary: Back the LOG_LEVEL property in GeoEnrichIPRecord with
allowable values
Key: NIFI-15022
URL: https://issues.apache.org/jira/browse/NIFI-15022
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
The LOG_LEVEL property in GeoEnrichIPRecord should only take values INFO,
DEBUG, WARN, ERROR but there is nothing enforcing this. The fix for this would
be to add to the LOG_LEVEL definition
{code:java}
.allowableValues(MessageLogLevel.values()){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)