Currently, puppet-swift can only set log_name. However, it's possible with swift to have each daemon log with a different name, making it possible to have logging for each daemon in a separate file, which is often a way more convenient for operators. This patch sets a different log_name for each daemon if set to true. The default behavior is left unchanged. Change-Id: I27386f6ac00b2efcfa5fc4f5ed3b86efc49c17fc
10 lines
414 B
YAML
10 lines
414 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``swift::storage::server::log_name_per_daemon`` parameter has been
|
|
added. If this parameter is set to ``true``, it configures the log_name
|
|
option differently for each daemon, which may help splitting log
|
|
destinations per daemon. For example, the object-replicator log_name will
|
|
be object-replicator, the object-updater log_name will be object-updater
|
|
and so on.
|