Re: add recovery, backup, archive, streaming etc. activity messages to server logs along with ps display

From: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: add recovery, backup, archive, streaming etc. activity messages to server logs along with ps display
Date: 2021-11-16 16:01:54
Message-ID: 11FC23AF-5B8B-4C41-A3FF-5A929CD5BCF6@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/15/21, 7:14 PM, "Michael Paquier" <michael(at)paquier(dot)xyz> wrote:
> + ereport(DEBUG1,
> + (errmsg_internal("streaming %X/%X",
> + LSN_FORMAT_ARGS(sentPtr))));
> Anyway, those two ones are going to make the logs much more noisy, no?
> The same could be said about XLogFileRead(), joining the point of
> Nathan's upthread. So I cannot get excited by this change.

Yeah, this might even be too noisy for DEBUG5.

Nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2021-11-16 16:05:43 Re: Test::More version
Previous Message Mark Dilger 2021-11-16 15:52:06 Re: Granting SET and ALTER SYSTE privileges for GUCs