[
https://issues.apache.org/jira/browse/NIFI-15332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-15332:
------------------------------------
Description:
When configuring ExecuteGroovyScript with an additional classpath that does not
exist e.g. someOtherPath, the following message is printed to the console
{code:java}
WARN: path not found for: someOtherPath{code}
This ticket is meant to replace the message to the console with a logged
message.
was:
When configuring ExecuteGroovyScript with an additional classpath that does not
exist e.g. someOtherPath, the following message is printed to the console
{code:java}
WARN: path not found for: someOtherPath{code}
This ticket is meant to instead of printing a message to the console have it
printed to a log.
> ExecuteGroovyScript emits error message to the console if configured
> additional classpath does not exist
> --------------------------------------------------------------------------------------------------------
>
> Key: NIFI-15332
> URL: https://issues.apache.org/jira/browse/NIFI-15332
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> When configuring ExecuteGroovyScript with an additional classpath that does
> not exist e.g. someOtherPath, the following message is printed to the console
> {code:java}
> WARN: path not found for: someOtherPath{code}
> This ticket is meant to replace the message to the console with a logged
> message.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)