puppet-swift/templates/account-server.conf.erb
newptone 6a0e505ee9 Add configurable log for storage server
This patch add configurable log for swift account/container/object
server service.
Partially implements blueprint puppet-swift-log-support.

Change-Id: Ib3db483dfbad97f23ab7ba2068632856b5e00f11
2013-07-18 02:33:07 +00:00

29 lines
636 B
Plaintext

[DEFAULT]
devices = <%= @devices %>
bind_ip = <%= @storage_local_net_ip %>
bind_port = <%= @bind_port %>
mount_check = <%= @mount_check %>
user = <%= @user %>
log_facility = <%= @log_facility %>
workers = <%= @workers %>
[pipeline:main]
pipeline = <%= @pipeline.to_a.join(' ') %>
[app:account-server]
use = egg:swift#account
set log_name = account-server
set log_facility = <%= log_facility %>
set log_level = <%= log_level %>
set log_requests = True
set log_address = <%= log_address %>
[account-replicator]
concurrency = <%= @replicator_concurrency %>
[account-auditor]
[account-reaper]
concurrency = <%= @reaper_concurrency %>