From bc96bcc8f8e26ead18130d69032a0dcbcd72fed1 Mon Sep 17 00:00:00 2001 From: Frank Reno Date: Fri, 17 Feb 2017 16:33:35 -0700 Subject: [PATCH] fixes #14. Need to ensure we tail from the head of the file so logs are not lost. --- conf.d/source.containers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/source.containers.conf b/conf.d/source.containers.conf index 805ec4a..a09d3ef 100644 --- a/conf.d/source.containers.conf +++ b/conf.d/source.containers.conf @@ -6,7 +6,7 @@ pos_file /mnt/pos/ggcp-containers.log.pos time_format %Y-%m-%dT%H:%M:%S.%NZ tag containers.* - read_from_head false + read_from_head true