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:
Alex Robinson
2015-08-26 21:38:37 +00:00
parent b3154a7815
commit d02dc64036
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ spec:
cpu: 100m
env:
- name: "FLUENTD_ARGS"
value: "-qq"
value: "-q"
volumeMounts:
- name: varlog
mountPath: /varlog