Skip to content

Commit c416bc5

Browse files
authored
CLD-630: bugfix: logCollection should set to false (#46)
1 parent 39bf6a9 commit c416bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ startupProbe:
136136
# Log collection will collect all logs for each file type enabled, parse them,
137137
# And export them to a logging backend specified in the outputs section below
138138
logCollection:
139-
enabled: true
139+
enabled: false
140140
image: fluent/fluent-bit:1.9.7
141141
resources:
142142
requests:

0 commit comments

Comments
 (0)