Re: [HACKERS] WIP: Separate log file for extension - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: [HACKERS] WIP: Separate log file for extension
Date
Msg-id CAD21AoAAV1z3Ev6kGJ4tetW5g9AOBrAJjL8Ev5=VSTdH74mxdA@mail.gmail.com
Whole thread Raw
In response to [HACKERS] WIP: Separate log file for extension  (Antonin Houska <ah@cybertec.at>)
Responses Re: [HACKERS] WIP: Separate log file for extension  (Antonin Houska <ah@cybertec.at>)
List pgsql-hackers
On Fri, Aug 25, 2017 at 4:12 PM, Antonin Houska <ah@cybertec.at> wrote:
> Attached is a draft patch to allow extension to write log messages to a
> separate file.

Does it allow postgres core code to write log messages to multiple log
files as well? I can imagine a use case where we want to write log
messages to separate log files by error level or purpose (server log
and SQL log etc).

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Mithun Cy
Date:
Subject: Re: [HACKERS] POC: Cache data in GetSnapshotData()
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Re: [PATCH] Fix drop replication slot blocking insteadof returning error