how to find log

From: Dmitry Markman <dmarkman(at)mac(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: how to find log
Date: 2020-12-20 14:16:12
Message-ID: 509177C1-00E1-4F38-9ACA-88D40B1C4EBB@mac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all

suppose I started the server with the following command

pg_ctl -D . . . start -l <logfilename>

is there a way to get <logfilename> later by sending some query to the server or

reading some configuration file

(for example I can get data directory with the query “show data_directory”)

thanks in advance

Dimitry Markman

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-12-20 16:31:00 Re: how to find log
Previous Message Fabien COELHO 2020-12-20 13:43:01 Re: pgbench failed when -f option contains a char '@'