Capistrano::smartlogging
formatter with additional processing to write on the stdout and log file.
Require
Capistrano 3
Installation
Add this line to your application's Gemfile:
gem 'capistrano-smartlogging'
or
gem 'capistrano-smartlogging', github: 'gendosu/capistrano-smartlogging'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-smartlogging
Usage
write Capfile
require 'capistrano/smartlogging'
write config/deploy.rb
set :format, :smartlogging
set :smartlogging_file, 'log/smartlogging.log'
Development
TODO
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request