From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
---|---|
To: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, List <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: JDBC driver debug out? |
Date: | 2015-10-23 23:00:24 |
Message-ID: | CADK3HHKSSgdVopuGUkh9zYX-0puWNWD8iiq6fb-G9N3AKKZCQw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-jdbc |
Tatsuo,
posting to jdbc list
Dave Cramer
davec(at)postgresintl(dot)com
www.postgresintl.com
On 23 October 2015 at 18:28, Tatsuo Ishii <ishii(at)postgresql(dot)org> wrote:
> It seems
> org.postgresql.Driver.setLogLevel(org.postgresql.Driver.DEBUG) does
> not work anymore in the newer JDBC driver.
>
> As far as I know, postgresql-9.2-1003.jdbc4.jar or
> postgresql-9.3-1104.jdbc41.jar work fine and produce following output
> for example:
>
> 16:36:36.459 (1) PostgreSQL 9.3 JDBC4.1 (build 1104)
> 16:36:36.464 (1) Trying to establish a protocol version 3 connection to
> localhost:11000
> 16:36:36.481 (1) Receive Buffer Size is 530904
> 16:36:36.481 (1) Send Buffer Size is 1313280
> 16:36:36.481 (1) FE=> StartupPacket(user=t-ishii, database=test,
> client_encoding=UTF8, DateStyle=ISO, TimeZone=Asia/Tokyo,
> extra_float_digits=2)
> 16:36:36.487 (1)<=BE AuthenticationOk
>
> However postgresql-9.4-1204.jdbc41.jar shows nothing.
>
> Best regards,
> --
> Tatsuo Ishii
> SRA OSS, Inc. Japan
> English: http://www.sraoss.co.jp/index_en.php
> Japanese:http://www.sraoss.co.jp
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2015-10-23 23:49:16 | Re: [HACKERS] JDBC driver debug out? |
Previous Message | Tatsuo Ishii | 2015-10-23 22:28:03 | JDBC driver debug out? |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2015-10-23 23:49:16 | Re: [HACKERS] JDBC driver debug out? |
Previous Message | Tatsuo Ishii | 2015-10-23 22:28:03 | JDBC driver debug out? |