[
http://issues.apache.org/jira/browse/DBCP-194?page=comments#action_12453946 ]
Kees de Kooter commented on DBCP-194:
-------------------------------------
System.out is also used in AbandonedTrace
> BasicDataSource.setLogWriter should not do createDataSource
> -----------------------------------------------------------
>
> Key: DBCP-194
> URL:
http://issues.apache.org/jira/browse/DBCP-194
> Project: Commons Dbcp
> Issue Type: Bug
> Affects Versions: 1.2
> Reporter: Kees de Kooter
>
> The code for setLogWriter is:
> public void setLogWriter(PrintWriter logWriter) throws SQLException {
> createDataSource().setLogWriter(logWriter);
> this.logWriter = logWriter;
> }
> This means that before a custom log writer is set a datasource is created. Any logging happening while creating the datasource is directed to stdout / stderr.
> I think the purpose of setting a log writer is to prevent this, at least that is what I am trying to achieve.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail:
commons-dev-unsubscribe@jaka...
For additional commands, e-mail:
commons-dev-help@jaka...
opensubscriber is not affiliated with the authors of this message nor responsible for its content.