Files
puppet-swift/releasenotes/notes/more-log-opts-a6cfc6204a7e5d8a.yaml
Takashi Kajinami dde528e8f5 Add more log options
This adds a few new log options for object-expirer and
container-reconciler so that users can set consistent logging options.

The default log level of container-reconciler is effectively changed
from local0 to local2, to use the consistent log facility in all
services.

Change-Id: If5c287d8fd1325b08705133756eece6e41cfdc5f
2024-02-20 13:53:41 +09:00

18 lines
351 B
YAML

---
features:
- |
The new ``swift::objectexpirer::log_name`` option has been added.
- |
The following options have been added to the ``swift::containerreconciler``
class.
- ``log_name``
- ``log_level``
- ``log_facility``
fixes:
- |
container-reconciler is now configured to use the local2 facility by
default.