Fix up nits in log rotation change

Just a couple of doc things that became out of date due to some
code changes during the review process.

Change-Id: I5820f7940d8d32546174da132db5be5a209a2200
This commit is contained in:
Ben Nemec 2018-11-29 20:50:13 +00:00
parent 22e8a347c8
commit 8db5661b05
2 changed files with 3 additions and 2 deletions

View File

@ -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::

View File

@ -7,3 +7,4 @@ features:
* ``log_rotate_interval_type``
* ``max_logfile_count``
* ``max_logfile_size_mb``
* ``log_rotation_type``