Comment 2 for bug 1802262

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.log (master)

Reviewed: https://review.openstack.org/616464
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=22e8a347c8ba914cefa26df42dde632937259a79
Submitter: Zuul
Branch: master

commit 22e8a347c8ba914cefa26df42dde632937259a79
Author: Daniel Vincze <email address hidden>
Date: Wed Nov 7 14:49:42 2018 +0200

    Add config options for log rotation

    On Windows, in-use files cannot be moved or deleted. For this reason,
    we need the service itself to take care of rotating logs.

    For convenience reasons, we're exposing the built-in rotating log
    handlers through a set of config options.

    More specifically, we're adding the following new config options:
    - log_rotate_interval
    - log_rotate_interval_type
    - max_logfile_count
    - max_logfile_size_mb

    Change-Id: I01db4efc08e2cb64db9cbf793f3a159f54859fe7
    Closes-Bug: #1802262