diff --git a/circus/stream/file_stream.py b/circus/stream/file_stream.py index eb1f8ac3..08640ed1 100644 --- a/circus/stream/file_stream.py +++ b/circus/stream/file_stream.py @@ -218,7 +218,7 @@ def __init__(self, filename=None, backup_count=0, time_format=None, - utc: if True, times in UTC will be used. otherwise local time is used. Default: False. - rotate_when: the type of interval. Can be S, M, H, D, - 'W0'-'W6' or 'midnight'. See Python's TimedRotatingFileHandler + 'W0'-'W6' or 'MIDNIGHT'. See Python's TimedRotatingFileHandler for more information. - rotate_interval: Rollover interval in seconds. Default: 1 diff --git a/docs/source/for-ops/configuration.rst b/docs/source/for-ops/configuration.rst index bc34597f..b18d5bce 100644 --- a/docs/source/for-ops/configuration.rst +++ b/docs/source/for-ops/configuration.rst @@ -697,7 +697,7 @@ TimedRotatingFileStream 'H', Hours 'D', Days 'W0'-'W6', Weekday (0=Monday) - 'midnight', Roll over at midnight + 'MIDNIGHT', Roll over at midnight **rotate_interval** The rollover interval.