Reduce Swift logging amount 73/1773/12
authorbborbely <botond.borbely@nokia.com>
Fri, 11 Oct 2019 13:15:23 +0000 (15:15 +0200)
committerbborbely <botond.borbely@nokia.com>
Mon, 28 Oct 2019 09:14:29 +0000 (10:14 +0100)
Change-Id: If5b4fcfd6e7b54e998ca53f987507775cefdbf37
Signed-off-by: bborbely <botond.borbely@nokia.com>
SPECS/swift.spec
ansible/roles/swift/templates/main/account-server.conf
ansible/roles/swift/templates/main/container-server.conf
ansible/roles/swift/templates/main/object-server.conf
ansible/roles/swift/templates/main/proxy-server.conf

index 20cc79b..6833f8a 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT swift
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 2.22.0
 %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}
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 %define centos_build 191001
 Name:           %{RPM_NAME}
index 6ff05ac..17c834c 100644 (file)
@@ -16,7 +16,8 @@ limitations under the License.
 [DEFAULT]
 bind_ip = {{ ansible_host }}
 bind_port = 6002
 [DEFAULT]
 bind_ip = {{ ansible_host }}
 bind_port = 6002
-workers = 4 
+workers = 4
+log_level = WARN
 
 [pipeline:main]
 pipeline = recon account-server
 
 [pipeline:main]
 pipeline = recon account-server
index 932b083..db3879a 100644 (file)
@@ -16,7 +16,8 @@ limitations under the License.
 [DEFAULT]
 bind_ip = {{ ansible_host }}
 bind_port = 6001
 [DEFAULT]
 bind_ip = {{ ansible_host }}
 bind_port = 6001
-workers = 4 
+workers = 4
+log_level = WARN
 
 [pipeline:main]
 pipeline = recon container-server
 
 [pipeline:main]
 pipeline = recon container-server
index 4053877..25762f3 100644 (file)
@@ -18,7 +18,8 @@ bind_ip = {{ ansible_host }}
 bind_port = 6000
 workers = 4 
 ionice_class = IOPRIO_CLASS_RT
 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
 
 [pipeline:main]
 pipeline = recon object-server
index b4789af..5b2096c 100644 (file)
@@ -19,6 +19,7 @@ bind_ip = 127.0.0.1
 bind_port = 18084
 workers = 4
 user = swift
 bind_port = 18084
 workers = 4
 user = swift
+log_level = WARN
 
 [pipeline:main]
 pipeline = healthcheck cache tempauth proxy-server
 
 [pipeline:main]
 pipeline = healthcheck cache tempauth proxy-server