Re: logging stuff - Mailing list pgsql-hackers

From Tom Lane
Subject Re: logging stuff
Date
Msg-id 11564.1060109540@sss.pgh.pa.us
Whole thread Raw
In response to logging stuff  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: logging stuff
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> The dbname patch is now done. If nobody objects to the format 
> ("[db:yourdbname]") I'll submit it - I did it that way to make it fairly 
> easy to split a log file based on it, although you would have to be 
> careful with multiline log entries such as query strings.

I'd tend to just put the dbname in a known column, and not bother with
the decoration --- decoration adds up fast when it's on every log line,
and I don't think it helps make the log more parseable.  Compare what we
do with timestamps and pids.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jenny -"
Date:
Subject: LOCK.tag(figuring out granularity of lock)
Next
From: Tom Lane
Date:
Subject: Re: logging stuff