Avoid exporting fluentd-gcp own logs

This commit is contained in:
Mik Vyatskov
2016-12-06 21:50:12 +01:00
parent 81b3644017
commit e52c3e77e2
4 changed files with 14 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
.PHONY: build push
PREFIX=gcr.io/google_containers
TAG = 1.29
TAG = 1.30
build:
docker build -t $(PREFIX)/fluentd-gcp:$(TAG) .

View File

@@ -26,4 +26,4 @@ fi
LD_PRELOAD=/opt/td-agent/embedded/lib/libjemalloc.so
RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=0.9
/usr/sbin/td-agent "$@"
/usr/sbin/td-agent $@