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