summaryrefslogtreecommitdiff
path: root/doc/source/admin/log_rotation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/admin/log_rotation.rst')
-rw-r--r--doc/source/admin/log_rotation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/admin/log_rotation.rst b/doc/source/admin/log_rotation.rst
index 88abfc1..0c3a70d 100644
--- a/doc/source/admin/log_rotation.rst
+++ b/doc/source/admin/log_rotation.rst
@@ -33,7 +33,7 @@ The following sample configures log rotation to be performed every 12 hours.
[DEFAULT]
log_rotation_type = interval
log_rotate_interval = 12
- log_rotate_interval_type = H
+ log_rotate_interval_type = Hours
max_logfile_count = 60
.. note::
@@ -42,4 +42,4 @@ The following sample configures log rotation to be performed every 12 hours.
log rotation is performed, using the time of the last file modification or
the service start time, to which the configured log rotation interval is
added. This means that service restarts may delay periodic log file
- rotations. \ No newline at end of file
+ rotations.