Re: backend type in log_line_prefix?

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: backend type in log_line_prefix?
Date: 2020-02-13 09:14:28
Message-ID: 20200213091428.GA15600@nol
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 13, 2020 at 09:56:38AM +0100, Peter Eisentraut wrote:
> Attached is a demo patch that adds a placeholder %b for log_line_prefix (not
> in the default setting) that contains the backend type, the same that you
> see in pg_stat_activity and in the ps status. I would have found this
> occasionally useful when analyzing logs, especially if you have a lot of
> background workers active. Thoughts?

+1, I'd also have been happy to have it multiple times.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2020-02-13 09:15:14 Re: [HACKERS] [PATCH] Generic type subscripting
Previous Message Peter Eisentraut 2020-02-13 09:11:07 Re: Exposure related to GUC value of ssl_passphrase_command