Re: Lots of junk on my console

From: Joseph S <jks(at)selectacast(dot)net>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Lots of junk on my console
Date: 2007-03-29 20:41:53
Message-ID: 460C2491.2010905@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I append ?loglevel=1 to the db connection urls I use for running VACUUM
commands. Would that set the logwriter?

Kris Jurka wrote:
>
>
> 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 Joseph S 2007-03-29 20:55:07 Re: Lots of junk on my console
Previous Message Tom Lane 2007-03-29 19:11:02 Re: problems with plan invalidation