oslo.log/releasenotes/notes/log-rotation-595f8232cd987a6d.yaml
Ben Nemec 8db5661b05 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
2018-11-29 20:50:13 +00:00

11 lines
273 B
YAML

---
features:
- |
The following new config options will allow rotating log files,
especially useful on Windows:
* ``log_rotate_interval``
* ``log_rotate_interval_type``
* ``max_logfile_count``
* ``max_logfile_size_mb``
* ``log_rotation_type``