]
Steven Hawkins commented on TEIID-5661:
---------------------------------------
I already had a change queued up for this - we will remove the warning log altogether for
the osdq case.
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
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}