From: | Pallav Kalva <pkalva(at)livedatagroup(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Postgres Logging doesnt work |
Date: | 2006-10-02 15:04:11 |
Message-ID: | 45212A6B.2060503@livedatagroup.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi ,
My production database stopped writting to the postgres log files
all of a sudden, does anybody know why ?
Database seems to run fine.
Postgres version is 8.0.2
Here are my settings
log_connections | off
log_destination | stderr
log_directory | /var/lib/pgsql/pg_log
log_disconnections | off
log_duration | off
log_error_verbosity | default
log_executor_stats | off
log_filename | postgresql-%U.log
log_hostname | off
log_line_prefix | %t%%%r%%%u%%%d
log_min_duration_statement | 30000
log_min_error_statement | panic
log_min_messages | notice
log_parser_stats | off
log_planner_stats | off
log_rotation_age | 10080
log_rotation_size | 0
log_statement | ddl
log_statement_stats | off
log_truncate_on_rotation | on
syslog_facility | LOCAL0
syslog_ident | postgres
Thanks!
Pallav.
From | Date | Subject | |
---|---|---|---|
Next Message | tatyana.krasnokutsky | 2006-10-02 16:06:51 | Please. Do cancel my subscription!! |
Previous Message | Magnus Hagander | 2006-10-02 12:31:24 | Re: Installation placed on read only partition |