Re: Lots of junk on my console

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Lots of junk on my console
Дата
Msg-id Pine.BSO.4.64.0703291033450.32652@leary.csoft.net
обсуждение исходный текст
Ответ на Lots of junk on my console  (Joseph S <jks@selectacast.net>)
Ответы Re: Lots of junk on my console  (Joseph S <jks@selectacast.net>)
Список 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.postgresql.Driver@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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "ljairath@uoguelph.ca"
Дата:
Сообщение: Re: Sudden JVM crashes - a Postgres driver problem?
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Sudden JVM crashes - a Postgres driver problem?