From 3abda76616d771d7794a520ff73bb4f0c8b26b69 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 27 Feb 2025 21:48:33 -0800 Subject: [PATCH] Change NewRelic log directory Moved from log/ to logs/ --- config/newrelic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/newrelic.yml b/config/newrelic.yml index 9f25061..a9483e0 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -25,6 +25,8 @@ common: &default_settings # agent_enabled: false + log_file_path: logs/ + # Logging level for log/newrelic_agent.log log_level: info