Logs not Rotating

From: Mag Gam <magawake(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Logs not Rotating
Date: 2005-12-24 18:04:37
Message-ID: 1cbd6f830512241004t6caae1b8u27e03771268456c7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have something like this:

redirect_stderr = true # Enable capturing of stderr into log files.
log_directory = 'pg_log' # Directory where log files are written.
log_filename = 'postgresql-%a.log' # Log file name pattern.
log_truncate_on_rotation = false # If true, any existing log file of the
log_rotation_age = 10080 # Automatic rotation of logfiles will happen after
log_rotation_size = 1 # Automatic rotation of logfiles will happen after

But my logs are not rotating at all, is there something I should be aware of?

PostgreSQL 8.0.5 on i386-redhat-linux-gnu, compiled by GCC
i386-redhat-linux-gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)

I also did pg_ctl restart, and pg_ctl reload

TIA

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-12-25 01:55:08 Re: Logs not Rotating
Previous Message Mag Gam 2005-12-24 17:40:32 Re: PostgreSQL Logging