diff options
Diffstat (limited to 'config/recipes/utility.rb')
| -rw-r--r-- | config/recipes/utility.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/recipes/utility.rb b/config/recipes/utility.rb new file mode 100644 index 0000000..6d71371 --- /dev/null +++ b/config/recipes/utility.rb @@ -0,0 +1,4 @@ +desc "tail the logs on an app server (cap qa logs)" +task :logs, roles: :app do + stream "tail -f #{shared_path}/log/#{rails_env}.log" +end |
