Remove unnecessary severe logs from the client
----------------------------------------------
Key: TEIID-3965
URL:
https://issues.jboss.org/browse/TEIID-3965
Project: Teiid
Issue Type: Quality Risk
Components: JDBC Driver
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.0, 8.12.5
The client in several places is logging at a severe level exceptions that are rethrown.
Some of these, like with an exception making a connection can occur with embedded driver
usage and results in duplicate logging of the exception. These logs should at least be
reduced in severity.