Re: [GENERAL] Log - Mailing list pgsql-ports

From Scott Marlowe
Subject Re: [GENERAL] Log
Date
Msg-id 1098580124.21035.115.camel@localhost.localdomain
Whole thread Raw
List pgsql-ports
On Fri, 2004-10-22 at 07:52, Davide Negri wrote:
> Hello,
>
> i have installed the 8.0 beta3-dev1 version of postgres on my pc, and
> I want to disable log. How can I do? It is possible to disable and
> don’t write all the log, or how can I write all the log in a specific
> directory??

If you use pg_ctl to start postgresql, then edit the
$PGDATA/postgresql.conf file and set

#silent_mode = false

to be

silent_mode = true

and restart your database.


pgsql-ports by date:

Previous
From: "Davide Negri"
Date:
Subject: Question on the 8.0Beta Version
Next
From: "Davide Negri"
Date:
Subject: Log