A Compact Log Formatter for Rails.
Usage
- Add to
Gemfile(and executebundle):
gem 'compact_log_formatter'- Add to
application.rbor toconfig/environments/some_env.rb:
Rails.logger = Logger.new("log/#{Rails.env}.log")
Rails.logger.formatter = CompactLogFormatter::Formatter.newScreenshot
Do you like it? Star it!
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
Contributors
- Mattia Roccoberton: author
License
The gem is available as open source under the terms of the MIT License.
