Re: Log

From: "Scott Marlowe" <smarlowe(at)qwest(dot)net>
To: "Davide Negri" <davide(dot)negri(at)zeropiu(dot)it>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-ports(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: Log
Date: 2004-10-24 01:08:44
Message-ID: 1098580124.21035.115.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice pgsql-ports pgsql-sql

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.

In response to

  • Log at 2004-10-22 13:52:36 from Davide Negri

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2004-10-24 01:10:26 Re: how to port Oracle database to PostgreSQL?
Previous Message Scott Marlowe 2004-10-24 01:06:21 Re: [GENERAL] Question on the 8.0Beta Version

Browse pgsql-novice by date

  From Date Subject
Next Message cristivoinicaru 2004-10-25 08:05:22 sql interogation
Previous Message Tom Lane 2004-10-24 00:11:43 Re: User-defined type arrays?

Browse pgsql-ports by date

  From Date Subject
Next Message Harald Armin Massa 2004-10-24 10:19:31 Re: Question on the 8.0Beta Version
Previous Message Scott Marlowe 2004-10-24 01:06:21 Re: [GENERAL] Question on the 8.0Beta Version

Browse pgsql-sql by date

  From Date Subject
Next Message Harald Armin Massa 2004-10-24 10:19:31 Re: Question on the 8.0Beta Version
Previous Message Scott Marlowe 2004-10-24 01:06:21 Re: [GENERAL] Question on the 8.0Beta Version