Logging from multiple connections - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Logging from multiple connections
Date
Msg-id 43849F580200002500000914@gwmta.wicourts.gov
Whole thread Raw
Responses Re: Logging from multiple connections  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Just a couple jdbc logging suggestions.

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.

A timestamp could also be useful, since I'm often trying to find
something in the jdbc log related to events from other logs which have a
timestamp.

If I've missed a way to configure these, please let me know.

-Kevin



pgsql-jdbc by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Room to optimize updates through ResultSet
Next
From: Oliver Jowett
Date:
Subject: Re: Room to optimize updates through ResultSet