
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
18 lines
351 B
YAML
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.
|