]
Steven Hawkins resolved TEIID-5661.
-----------------------------------
Fix Version/s: 12.1
Resolution: Done
Changed to make the osdq warning just a detail message (as it will commonly be omitted)
and the others info with a softened message.
Error message is confusing when also indicating warning
-------------------------------------------------------
Key: TEIID-5661
URL:
https://issues.jboss.org/browse/TEIID-5661
Project: Teiid
Issue Type: Feature Request
Components: Server
Reporter: Van Halbert
Assignee: Steven Hawkins
Priority: Minor
Fix For: 12.1
Seeing message:
{code}
WARN: TEIID31263 Error loading functions from org.teiid.dataquality.OSDQFunctions:
org.teiid.dataquality.OSDQFunctions
{code}
When I see "WARN", but also see Error, I'm not sure as to the severity of
the problem. Would it be possible to change Error to just state what didn't happen,
like
{code}
WARN: TEIID31263 Functions were not loaded from org.teiid.dataquality.OSDQFunctions:
org.teiid.dataquality.OSDQFunctions
{code}