public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tomonari Katsumata <[email protected]>
To: [email protected]
Subject: disabling log_rotation_age feature.
Date: Thu, 12 Jun 2014 13:43:36 +0900
Message-ID: <[email protected]> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>
Hi,
I'm reading about log_rotation_age.
And I noticed that the setting for disabling the feature is not clear.
The document tells us to set it to ZERO if we want to disable the feature.
However, the feature would be disabled if we set it less than one minute.
[Example]
*******************************************
$ grep log_rotation_age ${PGDATA}/postgresql.conf
#log_rotation_age = 1d # Automatic rotation of logfiles will
log_rotation_age = 10s # Automatic rotation of logfiles will
$ psql postgres
psql (9.5devel)
Type "help" for help.
postgres=# show log_rotation_age ;
log_rotation_age
------------------
0
(1 row)
*******************************************
I think this fact should be written on document for users.
[Fix Example]
*********
After this many minutes have elapsed, a new log file will
- be created. Set to zero to disable time-based creation of
+ be created. Set to zero or less than one minute to disable time-based
new log files.
*********
regards,
-----------------
Tomonari Katsumata
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
view thread (11+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: disabling log_rotation_age feature.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox