Re: Logging from multiple connections

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Logging from multiple connections
Дата
Msg-id 438526BC.7080406@opencloud.com
обсуждение исходный текст
Ответ на Re: Logging from multiple connections  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Oliver Jowett wrote:
> Kevin Grittner wrote:
>
>> Wading through loglevel=2 output today, it occurred to me that it would
>> be nice if the jdbc log file included a prefix with something to
>> identify the connection.  Sometimes you can only get an error to occur
>> on a busy system with multiple active connections, and the jdbc log
>> currently mixes everything together, which can make it hard to follow.
>
>
> Yes, this is on my todo list..
>
> The simplest way to do it seems to be to just have a static driver-wide
> counter to assign IDs to connections.

I just committed something like this to CVS HEAD -- loglevel is now
handled per connection (previously it was effectively driver-wide,
despite being specified as part of the connection URL), and logging
output now has both a connection ID and timestamp on each line.

-O

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Why is bool == java.sql.Types.BIT ??
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Can PostgreSQL do data type automated casting in