--------------------
.. _added-58:
Added
~~~~~
- ``watch_log_file`` pref, to watch the log file for ``logrotate.d``
(or other) rotation. Set this to true in production.
.. _changed-47:
Changed
~~~~~~~
- switched from ``RotatingFileHandler`` to ``WatchedFileHandler`` or
``FileHandler``, depending on whether ``watch_log_file`` is set.
.. _removed-22:
Removed
~~~~~~~
- Non-backwards-compatible: removed ``log_max_bytes`` and
``log_num_backups`` prefs. If set in a config file, this will break
scriptworker launch. I don’t believe anything sets these, but bumping
the major version in case.
.. _removed-23:
Removed
~~~~~~~
.. _section-100: