Remove the System.err.println in PlatformImplBase
-------------------------------------------------
Key: DDLUTILS-77
URL: http://issues.apache.org/jira/browse/DDLUTILS-77
Project: DdlUtils
Type: Improvement
Reporter: Guillaume Nodet
Assigned to: Thomas Dudziak
Priority: Trivial
This is not a big problem, but controlling the log output level is much better.
Replace line 213 in PlatformImplBase.java with
_log.info("SQL Command " + command + " failed with " + ex.getMessage());
I think it should be logged at info level (not higher) because this appears
when continueOnError is set to true
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira