Re: logging_collector is off, but the logging is opening

2023-07-26 Thread Adrian Klaver
On 7/25/23 14:43, Wen Yi wrote: Hi community, When I use the postgres, I check the log.(I use the -l open the log) As you can see, I type code like this: postgres=# show logging_collector;  logging_collector ---  off (1 row) postgres=# ^C Follow the document, when logging_col

logging_collector is off, but the logging is opening

2023-07-26 Thread Wen Yi
Hi community, When I use the postgres, I check the log.(I use the -l open the log) As you can see, I type code like this: postgres=# show logging_collector;  logging_collector ---  off (1 row) postgres=# ^C Follow the document, when logging_collector is off, there's no log ou