Reduce Swift logging amount
[ta/caas-registry.git] / ansible / roles / swift / templates / main / proxy-server.conf
index 98baa3d..5b2096c 100644 (file)
@@ -1,3 +1,4 @@
+#jinja2:trim_blocks:False
 {#
 Copyright 2019 Nokia
 
@@ -16,8 +17,9 @@ limitations under the License.
 [DEFAULT]
 bind_ip = 127.0.0.1
 bind_port = 18084
-workers = 4 
+workers = 4
 user = swift
+log_level = WARN
 
 [pipeline:main]
 pipeline = healthcheck cache tempauth proxy-server
@@ -47,5 +49,4 @@ use = egg:swift#healthcheck
 storage_url_scheme = https
 use = egg:swift#tempauth
 # user_<tenant>_<username> = <password> <privileges>
-user_admin_admin = {{ swift_admin_pass }} .admin .reseller_admin
-user_admin_registry = {{ swift_registry_pass }} .admin
+user_admin_admin = {{ caas.swift_credential.password }} .admin .reseller_admin