From: bborbely Date: Fri, 11 Oct 2019 13:15:23 +0000 (+0200) Subject: Reduce Swift logging amount X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-registry.git;a=commitdiff_plain;h=6d2abc089b9317df0906152d237bd3ca01fc899c Reduce Swift logging amount Change-Id: If5b4fcfd6e7b54e998ca53f987507775cefdbf37 Signed-off-by: bborbely --- diff --git a/SPECS/swift.spec b/SPECS/swift.spec index 20cc79b..6833f8a 100644 --- a/SPECS/swift.spec +++ b/SPECS/swift.spec @@ -15,7 +15,7 @@ %define COMPONENT swift %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 2.22.0 -%define RPM_MINOR_VERSION 4 +%define RPM_MINOR_VERSION 5 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} %define centos_build 191001 Name: %{RPM_NAME} diff --git a/ansible/roles/swift/templates/main/account-server.conf b/ansible/roles/swift/templates/main/account-server.conf index 6ff05ac..17c834c 100644 --- a/ansible/roles/swift/templates/main/account-server.conf +++ b/ansible/roles/swift/templates/main/account-server.conf @@ -16,7 +16,8 @@ limitations under the License. [DEFAULT] bind_ip = {{ ansible_host }} bind_port = 6002 -workers = 4 +workers = 4 +log_level = WARN [pipeline:main] pipeline = recon account-server diff --git a/ansible/roles/swift/templates/main/container-server.conf b/ansible/roles/swift/templates/main/container-server.conf index 932b083..db3879a 100644 --- a/ansible/roles/swift/templates/main/container-server.conf +++ b/ansible/roles/swift/templates/main/container-server.conf @@ -16,7 +16,8 @@ limitations under the License. [DEFAULT] bind_ip = {{ ansible_host }} bind_port = 6001 -workers = 4 +workers = 4 +log_level = WARN [pipeline:main] pipeline = recon container-server diff --git a/ansible/roles/swift/templates/main/object-server.conf b/ansible/roles/swift/templates/main/object-server.conf index 4053877..25762f3 100644 --- a/ansible/roles/swift/templates/main/object-server.conf +++ b/ansible/roles/swift/templates/main/object-server.conf @@ -18,7 +18,8 @@ bind_ip = {{ ansible_host }} bind_port = 6000 workers = 4 ionice_class = IOPRIO_CLASS_RT -ionice_priority = 0 +ionice_priority = 0 +log_level = WARN [pipeline:main] pipeline = recon object-server diff --git a/ansible/roles/swift/templates/main/proxy-server.conf b/ansible/roles/swift/templates/main/proxy-server.conf index b4789af..5b2096c 100644 --- a/ansible/roles/swift/templates/main/proxy-server.conf +++ b/ansible/roles/swift/templates/main/proxy-server.conf @@ -19,6 +19,7 @@ bind_ip = 127.0.0.1 bind_port = 18084 workers = 4 user = swift +log_level = WARN [pipeline:main] pipeline = healthcheck cache tempauth proxy-server