Skip to content

Commit

Permalink
Exclude "Concurrency" debug logging in sample configs (ytsaurus#280)
Browse files Browse the repository at this point in the history
Its signal-to-noise ratio is very low.
  • Loading branch information
koct9i authored and leo-astorsky committed Aug 13, 2024
1 parent da6cf3e commit 579c563
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/samples/cluster_v1_cri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
maxSegmentCountToKeep: 1000
categoriesFilter:
type: exclude
values: ["Bus"]
values: [ "Bus", "Concurrency" ]
- name: info
minLogLevel: info
writerType: file
Expand Down
2 changes: 1 addition & 1 deletion config/samples/cluster_v1_demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
rotationPeriodMilliseconds: 900000
categoriesFilter:
type: exclude
values: [ "Bus" ]
values: [ "Bus", "Concurrency" ]
- name: info
minLogLevel: info
writerType: file
Expand Down
4 changes: 2 additions & 2 deletions config/samples/cluster_v1_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
rotationPeriodMilliseconds: 900000
categoriesFilter:
type: exclude
values: ["Bus"]
values: [ "Bus", "Concurrency" ]
- name: info
minLogLevel: info
writerType: file
Expand Down Expand Up @@ -124,7 +124,7 @@ spec:
rotationPeriodMilliseconds: 900000
categoriesFilter:
type: exclude
values: [ "Bus" ]
values: [ "Bus", "Concurrency" ]
- name: info
minLogLevel: info
writerType: file
Expand Down
2 changes: 1 addition & 1 deletion config/samples/cluster_v1_remoteexecnodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
maxSegmentCountToKeep: 1000
categoriesFilter:
type: exclude
values: ["Bus"]
values: [ "Bus", "Concurrency" ]
- name: info
minLogLevel: info
writerType: file
Expand Down
2 changes: 1 addition & 1 deletion config/samples/cluster_v1_tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
rotationPeriodMilliseconds: 900000
categoriesFilter:
type: exclude
values: ["Bus"]
values: [ "Bus", "Concurrency" ]
- name: info
minLogLevel: info
writerType: file
Expand Down

0 comments on commit 579c563

Please sign in to comment.