Skip to content

gendosu/capistrano-smartlogging

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

  1. Fork it
  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

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Code of conduct

Stars

Watchers

Forks

Packages

No packages published