Re: Non-empty default log_line_prefix - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Non-empty default log_line_prefix
Date
Msg-id CA+Tgmob5JAKXRfmW63FWdxn43Khe7n+1UD1dXsHnntEcW1Q--Q@mail.gmail.com
Whole thread Raw
In response to Re: Non-empty default log_line_prefix  (Christoph Berg <myon@debian.org>)
List pgsql-hackers
On Fri, Oct 14, 2016 at 7:04 AM, Christoph Berg <myon@debian.org> wrote:
> Re: Stephen Frost 2016-10-12 <20161012190732.GJ13284@tamriel.snowman.net>
>> For my 2c, I'd rather have %m, but I definitely agree with Robert that
>> we need to do *something* here and if the only thing holding us back is
>> %t vs. %m, then let's just pick one and move on.  I'll just hold my nose
>> when I see the default and change it to %m.
>
> Here's the very same patch with %m instead of %t. Pick one :)
>
> (Fwiw, I'm still leaning towards %t, but my eyes are becoming more and
> more accustomed to %m as well. I'd be fine with it as well. (I'd
> rather want to try to get rid of the timezone identifier there...))

So, surveying this thread, what I see is:

People who prefer %m: Jeff Janes, Devrim Gündüz, Stephen Frost
People who prefer %t: Christoph Berg, Tom Lane (I think)

We can kibitz this more later, but for now I've committed it with %m.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: bit|varbit #, xor operator
Next
From: Robert Haas
Date:
Subject: Re: Add PGDLLEXPORT to PG_FUNCTION_INFO_V1