main.log file not being updated

From: Anson Abraham <anson(dot)abraham(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: main.log file not being updated
Date: 2013-01-24 17:29:52
Message-ID: CAC9g-Hf+z3wqJWGEFq-o6pPjWBbubda6q-K47cjqvVT5Mr-FNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

my postgresql-9.0-main.log log file is 0 bytes. Postgres user has perms to
write to it. And and postgresql.conf file shows to log, but it's not. Not
sure why.

I have the defaults set in except for these changes:

log_connections = on
log_disconnections = on
log_duration = off

log_line_prefix = '%t %p %h %d '
log_lock_waits = on
log_statement = 'none'

any ideas? I used to write log entries, but now, not so much.

Thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2013-01-24 17:32:12 Re: proposal: fix corner use case of variadic fuctions usage
Previous Message Adrian Klaver 2013-01-24 17:20:37 Re: noobie question