Re: [GENERAL] Log

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: [GENERAL] Log
Дата
Msg-id 1098580124.21035.115.camel@localhost.localdomain
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Davide Negri"
Дата:
Сообщение: Question on the 8.0Beta Version
Следующее
От: "Davide Negri"
Дата:
Сообщение: Log