Added logging support to proxy-server
This commit is contained in:
parent
020b7723cb
commit
d585916565
@ -45,6 +45,7 @@ class swift::proxy(
|
||||
$workers = $::processorcount,
|
||||
$allow_account_management = true,
|
||||
$account_autocreate = true,
|
||||
$log_level = 'INFO',
|
||||
$package_ensure = 'present'
|
||||
) {
|
||||
|
||||
|
@ -7,6 +7,7 @@ bind_ip = <%= proxy_local_net_ip %>
|
||||
<% end %>
|
||||
workers = <%= workers %>
|
||||
user = swift
|
||||
set log_level = <%= log_level %>
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = <%= pipeline.to_a.join(' ') %>
|
||||
|
Loading…
Reference in New Issue
Block a user