Re: [BUGS]log can not be output when use DataSource

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Chen Huajun <chenhj(at)cn(dot)fujitsu(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [BUGS]log can not be output when use DataSource
Date: 2013-01-17 09:19:19
Message-ID: CADK3HHJaWMQCApXvJzQiH7rf+c+x-J8LBYbs8RvReAYi=Ojz2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cn(dot)fujitsu(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Chen Huajun 2013-01-17 10:42:44 Re: [BUGS]log can not be output when use DataSource
Previous Message Chen Huajun 2013-01-17 04:47:07 [BUGS]log can not be output when use DataSource