diff options
Diffstat (limited to 'doc/src/sgml/maintenance.sgml')
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 612e4cb2008..4acdd15d4b3 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -998,7 +998,7 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400 In this case, log messages are sent to the old log file until a successful log rotation. If <application>logrotate</application> is configured to compress the log file and delete it, the server may lose - the messages logged in this timeframe. To avoid this issue, you can + the messages logged in this time frame. To avoid this issue, you can configure the logging collector to dynamically assign log file names and use a <literal>prerotate</literal> script to ignore open log files. </para> |