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/deploy.rb | |
| parent | 6c4bfff03eba511f6bf4a032473f9441c3f8913c (diff) | |
| download | chouette-core-5acae5f744c52676c2079e59e702f871c71bf405.tar.bz2 | |
Move NEW_RELIC_LOG variable in schedule.rb. Refs #1524
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/config/deploy.rb b/config/deploy.rb index dd8c10b7c..f8a7ebdef 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -30,7 +30,6 @@ set :whenever_command, "sudo /usr/local/sbin/whenever-sudo" # use sudo to change  set :whenever_user, "www-data" # use www-data crontab  set :whenever_output, "2>&1 | logger -t stif-boiv/cron" -set :whenever_command_environment_variables, -> { "NEW_RELIC_LOG=stdout" } # avoid log/newrelic.log access  namespace :deploy do    task :start do ; end | 
