No commit activity in last 3 years
No release in over 3 years
Monitorize server logs in local
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

 Project Readme

CapistranoLogger

Monitorize your production, sidekiq and puma logs throught capistrano without connect to server and find them manually. For now you can use it when your log files located in release_path

Installation

Add this line to your application's Gemfile:

gem 'capistrano_logger'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano_logger

Usage

  1. Add require 'capistrano/capistrano_logger' in your Capfile.
  2. Run whatever your task: cap production rails:env_log

Advanced Tasks

Production or staging log cap production rails:env_log or cap staging rails:env_log

For sidekiq Log: cap production rails:sidekiq_log

For puma error Log: cap production rails:puma_error_log

For puma error Log: cap production rails:puma_access_log

Contributing

  1. Fork it ( https://github.com/sadikay/capistrano-logger/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request