CompactLogFormatter

A Compact Log Formatter for Rails.

Usage

  • Add to Gemfile (and execute bundle): rb gem 'compact_log_formatter', git: 'https://github.com/blocknotes/compact_log_formatter'
  • Add to application.rb: rb Rails.logger = Logger.new("log/#{Rails.env}.log") Rails.logger.formatter = CompactLogFormatter::Formatter.new

Screenshot

screenshot

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

License

The gem is available as open source under the terms of the MIT License.