capistranoでtail -f
1850 ワード
config/deploy.rb
namespace :logging do
task :tail_unicorn do
run "tail -f #{shared_path}/log/unicorn.log" do |channel, stream, data|
trap("INT") { puts "Interupted!"; exit 0; }
puts "=== #{channel[:host]} ==="
puts data
break if stream == :err
end
end
end
StackOverflowの投稿のほぼコピペですが、非常に便利なので共有です。
Author And Source
この問題について(capistranoでtail -f), 我々は、より多くの情報をここで見つけました https://qiita.com/naoty_k/items/d177940d20a5b7392f30著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .