swift: Use different log name per daemon

... so that we can identify which daemon emits a specific log line.

Depends-on: https://review.opendev.org/919498
Change-Id: I82c82e2753f98555a2876b998418ca8c9eb91c74
This commit is contained in:
Takashi Kajinami 2024-05-13 21:46:01 +09:00
parent 8deb43581f
commit 25edbaad88
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class openstack_integration::swift {
# storage servers
class { 'swift::storage::all':
storage_local_net_ip => $::openstack_integration::config::host,
log_name_per_daemon => true,
mount_check => false,
account_pipeline => ['healthcheck', 'recon', 'backend_ratelimit', 'account-server'],
container_pipeline => ['healthcheck', 'recon', 'backend_ratelimit', 'container-server'],