Added logging support to proxy-server

This commit is contained in:
Joe Topjian 2012-11-01 09:28:26 -06:00
parent 020b7723cb
commit d585916565
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class swift::proxy(
$workers = $::processorcount,
$allow_account_management = true,
$account_autocreate = true,
$log_level = 'INFO',
$package_ensure = 'present'
) {

View File

@ -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(' ') %>