Make output of td-agent quieter

This commit is contained in:
Satnam Singh
2014-11-28 01:04:39 -08:00
parent 6aabd9804f
commit 1b06afd02a
2 changed files with 2 additions and 2 deletions

View File

@@ -31,4 +31,4 @@ RUN sed -i~ -e 's/ --use-v1-config//' /etc/init.d/google-fluentd
COPY google-fluentd.conf /etc/google-fluentd/google-fluentd.conf
# Start Fluentd to pick up our config that watches Docker container logs.
CMD /usr/sbin/google-fluentd > /var/log/google-fluentd.log
CMD /usr/sbin/google-fluentd -qq > /var/log/google-fluentd.log