diff options
| author | Alban Peignier | 2016-09-01 14:58:32 +0200 |
|---|---|---|
| committer | Alban Peignier | 2016-09-01 14:59:11 +0200 |
| commit | 5acae5f744c52676c2079e59e702f871c71bf405 (patch) | |
| tree | 69c9e98c05c1720a2e6f04b8739781a255591a4b /config/schedule.rb | |
| parent | 6c4bfff03eba511f6bf4a032473f9441c3f8913c (diff) | |
| download | chouette-core-5acae5f744c52676c2079e59e702f871c71bf405.tar.bz2 | |
Move NEW_RELIC_LOG variable in schedule.rb. Refs #1524
Diffstat (limited to 'config/schedule.rb')
| -rw-r--r-- | config/schedule.rb | 1 |
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'" |
