Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Lots of junk on my console



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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group