id author title date pages extension mime words sentences flesch summary cache txt github-com-4463 GitHub - roidrage/lograge: An attempt to tame Rails' default policy to log everything. .html text/html 2194 324 61 GitHub roidrage/lograge: An attempt to tame Rails' default policy to log everything. Lograge Taming Rails' Default Request Logging Lograge Taming Rails' Default Request Logging config.lograge.base_controller_class = 'ActionController::API' config.lograge.keep_original_rails_log = true You can then add custom variables to the event to be used in custom_options (available via the event.payload hash, which has to be processed in custom_options method to be included in log output, see above): config.lograge.custom_payload do |controller| actions, or you can write a custom handler to skip messages based on data in the log event: config.lograge.ignore_custom = lambda do |event| For the first one, the starting line of every Rails request log, Lograge replaces code in Rails::Rack::Logger to remove that particular log line. Lograge removes ActionView logging, which also includes rendering times for config.lograge.custom_options = lambda do |event| config.lograge.custom_options = lambda do |event| config.lograge.custom_options = lambda do |event| config.lograge.custom_options = lambda do |event| ./cache/github-com-4463.html ./txt/github-com-4463.txt