[
https://issues.apache.org/jira/browse/NIFI-15022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-15022:
------------------------------------
Summary: Enforce the value for the LOG_LEVEL property in GeoEnrichIPRecord
when not specified as an Expression Language Expression (was: Back the
LOG_LEVEL property in GeoEnrichIPRecord with allowable values)
> Enforce the value for the LOG_LEVEL property in GeoEnrichIPRecord when not
> specified as an Expression Language Expression
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-15022
> URL: https://issues.apache.org/jira/browse/NIFI-15022
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> The LOG_LEVEL property in GeoEnrichIPRecord should only take values INFO,
> DEBUG, WARN, ERROR but there is nothing enforcing this except for the default
> value which has the WARN value. 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)