Re: Lots of junk on my console

From: Kris Jurka <books(at)ejurka(dot)com>
To: Joseph S <jks(at)selectacast(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Lots of junk on my console
Date: 2007-03-29 14:37:19
Message-ID: Pine.BSO.4.64.0703291033450.32652@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 27 Mar 2007, Joseph S wrote:

> Is there anyway I can turn off these annoying messages?
>
> DriverManager.getConnection("jdbc:postgresql:xxx")
> trying
> driver[className=org.postgresql.Driver,org(dot)postgresql(dot)Driver(at)2c766a24]
> getConnection returning

These messages are produced by the JVM itself and are the result of
issuing a DriverManager.setLogWriter call. The only way to suppress these
is to avoid the setLogWriter call or to setLogWriter(null).

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message ljairath@uoguelph.ca 2007-03-29 15:12:13 Re: Sudden JVM crashes - a Postgres driver problem?
Previous Message Kris Jurka 2007-03-29 14:31:42 Re: Sudden JVM crashes - a Postgres driver problem?