[ 
https://issues.apache.org/jira/browse/NIFI-15022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Stieglitz updated NIFI-15022:
------------------------------------
    Description: 
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. As long as the The fix for this would be to add 
to the LOG_LEVEL definition
{code:java}
.allowableValues(MessageLogLevel.values()){code}

  was:
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}


> 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
>            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. As long as the 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)

Reply via email to