From 05f1d04d0403bdcad01f94ff168c264ba49b94be Mon Sep 17 00:00:00 2001 From: jiasirui Date: Wed, 14 Sep 2022 15:35:54 +0800 Subject: [PATCH] change collect log read from head to false Change-Id: If083debd8531a752d4d250752ed66b922b1b9cd4 --- devstack/fluentd-conf/input/cinder.conf | 2 +- devstack/fluentd-conf/input/designate.conf | 2 +- devstack/fluentd-conf/input/glance.conf | 2 +- devstack/fluentd-conf/input/heat.conf | 2 +- devstack/fluentd-conf/input/ironic.conf | 2 +- devstack/fluentd-conf/input/keystone.conf | 2 +- devstack/fluentd-conf/input/magnum.conf | 2 +- devstack/fluentd-conf/input/manila.conf | 2 +- devstack/fluentd-conf/input/neutron.conf | 2 +- devstack/fluentd-conf/input/nova.conf | 2 +- devstack/fluentd-conf/input/octavia.conf | 2 +- devstack/fluentd-conf/input/palcement.conf | 2 +- devstack/fluentd-conf/input/senlin.conf | 2 +- devstack/fluentd-conf/input/swift.conf | 2 +- devstack/fluentd-conf/input/venus.conf | 2 +- devstack/fluentd-conf/input/vitrage.conf | 2 +- devstack/fluentd-conf/input/zun.conf | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/devstack/fluentd-conf/input/cinder.conf b/devstack/fluentd-conf/input/cinder.conf index 3d87c7e..92938f8 100644 --- a/devstack/fluentd-conf/input/cinder.conf +++ b/devstack/fluentd-conf/input/cinder.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/designate.conf b/devstack/fluentd-conf/input/designate.conf index 665c705..5db59f7 100644 --- a/devstack/fluentd-conf/input/designate.conf +++ b/devstack/fluentd-conf/input/designate.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/glance.conf b/devstack/fluentd-conf/input/glance.conf index 81fc1e7..99aa467 100644 --- a/devstack/fluentd-conf/input/glance.conf +++ b/devstack/fluentd-conf/input/glance.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/heat.conf b/devstack/fluentd-conf/input/heat.conf index 7152786..7abdfbd 100644 --- a/devstack/fluentd-conf/input/heat.conf +++ b/devstack/fluentd-conf/input/heat.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/ironic.conf b/devstack/fluentd-conf/input/ironic.conf index eccc51e..4f5b6b7 100644 --- a/devstack/fluentd-conf/input/ironic.conf +++ b/devstack/fluentd-conf/input/ironic.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/keystone.conf b/devstack/fluentd-conf/input/keystone.conf index d1b68aa..42d8c7d 100644 --- a/devstack/fluentd-conf/input/keystone.conf +++ b/devstack/fluentd-conf/input/keystone.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/magnum.conf b/devstack/fluentd-conf/input/magnum.conf index 0feab98..fc70a63 100644 --- a/devstack/fluentd-conf/input/magnum.conf +++ b/devstack/fluentd-conf/input/magnum.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/manila.conf b/devstack/fluentd-conf/input/manila.conf index 023b57c..c870c46 100644 --- a/devstack/fluentd-conf/input/manila.conf +++ b/devstack/fluentd-conf/input/manila.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/neutron.conf b/devstack/fluentd-conf/input/neutron.conf index 912a79f..9de0128 100644 --- a/devstack/fluentd-conf/input/neutron.conf +++ b/devstack/fluentd-conf/input/neutron.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/nova.conf b/devstack/fluentd-conf/input/nova.conf index f6b549a..f17785f 100644 --- a/devstack/fluentd-conf/input/nova.conf +++ b/devstack/fluentd-conf/input/nova.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/octavia.conf b/devstack/fluentd-conf/input/octavia.conf index 7493824..1e3f5af 100644 --- a/devstack/fluentd-conf/input/octavia.conf +++ b/devstack/fluentd-conf/input/octavia.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/palcement.conf b/devstack/fluentd-conf/input/palcement.conf index 0417c6d..634e79c 100644 --- a/devstack/fluentd-conf/input/palcement.conf +++ b/devstack/fluentd-conf/input/palcement.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/senlin.conf b/devstack/fluentd-conf/input/senlin.conf index 342db9f..7e40d12 100644 --- a/devstack/fluentd-conf/input/senlin.conf +++ b/devstack/fluentd-conf/input/senlin.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/swift.conf b/devstack/fluentd-conf/input/swift.conf index 51e7f3a..a0880c9 100644 --- a/devstack/fluentd-conf/input/swift.conf +++ b/devstack/fluentd-conf/input/swift.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/venus.conf b/devstack/fluentd-conf/input/venus.conf index 09566aa..581fdbc 100644 --- a/devstack/fluentd-conf/input/venus.conf +++ b/devstack/fluentd-conf/input/venus.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/vitrage.conf b/devstack/fluentd-conf/input/vitrage.conf index cae95f7..8b3162a 100644 --- a/devstack/fluentd-conf/input/vitrage.conf +++ b/devstack/fluentd-conf/input/vitrage.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false diff --git a/devstack/fluentd-conf/input/zun.conf b/devstack/fluentd-conf/input/zun.conf index 8432152..5c484bb 100644 --- a/devstack/fluentd-conf/input/zun.conf +++ b/devstack/fluentd-conf/input/zun.conf @@ -7,7 +7,7 @@ @type none - read_from_head true + read_from_head false ignore_repeated_permission_error true enable_watch_timer false