Re: [BUGS]log can not be output when use DataSource - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: [BUGS]log can not be output when use DataSource
Date
Msg-id CADK3HHJaWMQCApXvJzQiH7rf+c+x-J8LBYbs8RvReAYi=Ojz2g@mail.gmail.com
Whole thread Raw
In response to [BUGS]log can not be output when use DataSource  (Chen Huajun <chenhj@cn.fujitsu.com>)
Responses Re: [BUGS]log can not be output when use DataSource  (Chen Huajun <chenhj@cn.fujitsu.com>)
List pgsql-jdbc
It's early here but I can't see how this makes it work. It appears that the code that is being replaced is exactly the same except that there is an if statement in front of it ?



Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On Wed, Jan 16, 2013 at 11:47 PM, Chen Huajun <chenhj@cn.fujitsu.com> wrote:
Hi,

In the following code,log can not be output as expected.

-------------------------------------
org.postgresql.Driver.setLogLevel(org.postgresql.Driver.DEBUG);
DataSource source = (DataSource)new InitialContext().lookup("DataSource");
Connection con = source.getConnection();
-------------------------------------

It's seems to be a problem,
I have made a small patch to fix it.
Hopefully this useful.

--
Best Regards,
Chen Huajun



--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc


pgsql-jdbc by date:

Previous
From: Chen Huajun
Date:
Subject: [BUGS]log can not be output when use DataSource
Next
From: Chen Huajun
Date:
Subject: Re: [BUGS]log can not be output when use DataSource