Sha256: 30052cc42dd8df76f285daf8ea222d219d719954f4b6340f76a73faf774dbaf5
Contents?: true
Size: 387 Bytes
Versions: 29
Compression:
Stored size: 387 Bytes
Contents
namespace :log do desc "Analyze the Rails log file using the request-log-analyzer gem." task :analyze => :environment do puts "Analyzing the Rails log file using the request-log-analyzer gem." puts "Environment: #{RAILS_ENV}" puts "Logfile: #{Rails.configuration.log_path}" puts "" `request-log-analyzer #{Rails.configuration.log_path} -z` end end
Version data entries
29 entries across 29 versions & 2 rubygems