From 579c56323b01ecca06b3fddf9cd5059ba8f3a26f Mon Sep 17 00:00:00 2001 From: Konstantin Khlebnikov Date: Tue, 11 Jun 2024 12:55:14 +0200 Subject: [PATCH] Exclude "Concurrency" debug logging in sample configs (#280) Its signal-to-noise ratio is very low. --- config/samples/cluster_v1_cri.yaml | 2 +- config/samples/cluster_v1_demo.yaml | 2 +- config/samples/cluster_v1_local.yaml | 4 ++-- config/samples/cluster_v1_remoteexecnodes.yaml | 2 +- config/samples/cluster_v1_tls.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/samples/cluster_v1_cri.yaml b/config/samples/cluster_v1_cri.yaml index 763a57a3..9740b62e 100644 --- a/config/samples/cluster_v1_cri.yaml +++ b/config/samples/cluster_v1_cri.yaml @@ -69,7 +69,7 @@ spec: maxSegmentCountToKeep: 1000 categoriesFilter: type: exclude - values: ["Bus"] + values: [ "Bus", "Concurrency" ] - name: info minLogLevel: info writerType: file diff --git a/config/samples/cluster_v1_demo.yaml b/config/samples/cluster_v1_demo.yaml index b975437f..ca2424ec 100644 --- a/config/samples/cluster_v1_demo.yaml +++ b/config/samples/cluster_v1_demo.yaml @@ -93,7 +93,7 @@ spec: rotationPeriodMilliseconds: 900000 categoriesFilter: type: exclude - values: [ "Bus" ] + values: [ "Bus", "Concurrency" ] - name: info minLogLevel: info writerType: file diff --git a/config/samples/cluster_v1_local.yaml b/config/samples/cluster_v1_local.yaml index 141ee347..d5865df8 100644 --- a/config/samples/cluster_v1_local.yaml +++ b/config/samples/cluster_v1_local.yaml @@ -19,7 +19,7 @@ spec: rotationPeriodMilliseconds: 900000 categoriesFilter: type: exclude - values: ["Bus"] + values: [ "Bus", "Concurrency" ] - name: info minLogLevel: info writerType: file @@ -124,7 +124,7 @@ spec: rotationPeriodMilliseconds: 900000 categoriesFilter: type: exclude - values: [ "Bus" ] + values: [ "Bus", "Concurrency" ] - name: info minLogLevel: info writerType: file diff --git a/config/samples/cluster_v1_remoteexecnodes.yaml b/config/samples/cluster_v1_remoteexecnodes.yaml index 8d68b10e..e14d0e46 100644 --- a/config/samples/cluster_v1_remoteexecnodes.yaml +++ b/config/samples/cluster_v1_remoteexecnodes.yaml @@ -33,7 +33,7 @@ spec: maxSegmentCountToKeep: 1000 categoriesFilter: type: exclude - values: ["Bus"] + values: [ "Bus", "Concurrency" ] - name: info minLogLevel: info writerType: file diff --git a/config/samples/cluster_v1_tls.yaml b/config/samples/cluster_v1_tls.yaml index 4180903d..41ce9ce3 100644 --- a/config/samples/cluster_v1_tls.yaml +++ b/config/samples/cluster_v1_tls.yaml @@ -45,7 +45,7 @@ spec: rotationPeriodMilliseconds: 900000 categoriesFilter: type: exclude - values: ["Bus"] + values: [ "Bus", "Concurrency" ] - name: info minLogLevel: info writerType: file