aboutsummaryrefslogtreecommitdiffstats
path: root/config/schedule.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/schedule.rb')
-rw-r--r--config/schedule.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/schedule.rb b/config/schedule.rb
index 07814685b..83c4d7388 100644
--- a/config/schedule.rb
+++ b/config/schedule.rb
@@ -23,6 +23,7 @@ set :additionnal_path, ''
unless additionnal_path.empty?
env :PATH, "#{additionnal_path}:#{ENV['PATH']}"
end
+set :NEW_RELIC_LOG, 'stdout'
set :job_template, "/bin/bash -c ':job'"