bin/naf in naf-2.1.3 vs bin/naf in naf-2.1.4
- old
+ new
@@ -4,10 +4,10 @@
action, option = ARGV
if action == 'runner'
if option == 'up'
puts "Bringing up the runner(s)..."
`screen -d -m bash -c 'source /root/.bash_profile && cd /root/current && a=\`uuidgen\` && script/rails runner ::Process::Naf::Runner.run --invocation-uuid $a 2>&1 |
- script/rails runner ::Process::Naf::RunnerLog.run --invocation-uuid $a'`
+ script/rails runner ::Process::Naf::Logger::RunnerLog.run --invocation-uuid $a'`
elsif option == 'status'
num_runners = Integer(`ps -ef | grep Process::Naf::Runner.run | grep -v grep | grep -v uuidgen | wc -l`.strip)
hostname = `hostname`.strip
if num_runners == 0