Let fluentd-es log by not redirecting to a file within the container
and only using -q (warning logs only) rather than -qq (error logs only).
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
||||
cpu: 100m
|
||||
env:
|
||||
- name: "FLUENTD_ARGS"
|
||||
value: "-qq"
|
||||
value: "-q"
|
||||
volumeMounts:
|
||||
- name: varlog
|
||||
mountPath: /varlog
|
||||
|
||||
Reference in New Issue
Block a user