mmower / spike

Tool for exploring rails application log files.
MIT License
153 stars 5 forks source link

your site is down #4

Open inspire22 opened 13 years ago

inspire22 commented 13 years ago

that hosts the binary...

neat project! I'll try compiling it...

inspire22 commented 13 years ago

looks like I can't because parsekit isn't included in the source and isn't listed on their website http://parsekit.com/

Does this work with rails3 logs? I'm also using hodel_3000_compliant_logger to prepend process IDs to the logs.

require 'hodel_3000_compliant_logger'
Newap::Application.configure do
  config.logger = Hodel3000CompliantLogger.new(config.paths.log.first)