From 802a2d4e10aa8b44185bdf56cfe99ecd1ff1a31b Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Wed, 4 Mar 2020 11:35:39 -0500 Subject: [PATCH] Remove bind mount log paths --- td-agent.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/td-agent.conf b/td-agent.conf index f8cb2cc..f970693 100644 --- a/td-agent.conf +++ b/td-agent.conf @@ -11,8 +11,8 @@ @type tail - path /var/log/hostlogs/httpd/access_log - pos_file /var/log/hostlogs/httpd/access_log.pos + path /var/log/httpd/access_log + pos_file /var/log/httpd/access_log.pos tag httpd.access @type apache2 @@ -23,7 +23,7 @@ @type copy @type file - path /var/log/hostlogs/containers/${tag} + path /var/log/containers/${tag} append true timekey 5s