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:55:07
Message-ID: 460C27AB.20403@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Joseph S wrote:
> I append ?loglevel=1 to the db connection urls I use for running VACUUM
> commands. Would that set the logwriter?
>
Actually I see that it does. The comment in AbstractJdbc2Connection reads:

// Read loglevel arg and set the loglevel based on this value;
// In addition to setting the log level, enable output to
// standard out if no other printwriter is set

So I guess I have to set it back to null each time I create a db connection.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-03-29 21:13:26 Re: Lots of junk on my console
Previous Message Joseph S 2007-03-29 20:41:53 Re: Lots of junk on my console