From eff7d089a9d961f01969313304a60a69baa8cc2b Mon Sep 17 00:00:00 2001 From: Zach Leslie Date: Thu, 10 Dec 2020 15:32:50 -0800 Subject: [PATCH] chore(logging): include DISCOVERED_LOG_FILES from the CLI --- recipes/newrelic/logs/logs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/newrelic/logs/logs.yml b/recipes/newrelic/logs/logs.yml index 5aaa3f469..b25d319b3 100644 --- a/recipes/newrelic/logs/logs.yml +++ b/recipes/newrelic/logs/logs.yml @@ -53,4 +53,5 @@ install: echo "ERROR log file $i not found" fi done + - echo -e "{{.DISCOVERED_LOG_FILES}}" | sudo tee /etc/newrelic-infra/logging.d/discovered.yml - sudo systemctl restart newrelic-infra.service