Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
fixes #14. Need to ensure we tail from the head of the file so logs a…
Browse files Browse the repository at this point in the history
…re not lost.
  • Loading branch information
Frank Reno committed Feb 17, 2017
1 parent f96d3f8 commit bc96bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/source.containers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
</source>

<filter containers.**>
Expand Down

0 comments on commit bc96bcc

Please sign in to comment.