OmakaseLogger::Rails
OkamaseLogger::Rails to change rails log format.
Installation
Add this line to your application's Gemfile:
gem 'omakase_logger-rails'Features
- Remove
render_template,*_fragment. - Write UserAgent.
Usage
config/environments/production.rb
config.log_formatter = ::OmakaseLogger::Rails::Formatter.new
config.log_tags = [ :uuid, :remote_ip ]License
The gem is available as open source under the terms of the MIT License.