beaver
beaver copied to clipboard
A simple DSL and command-line tool for parsing Ruby on Rails and HTTP log files
Rails 6+
Does this not parse the logs of Rails 6+? I'm not seeing any output.
Hi there! I ran the command today `cat log/* | beaver --action=create` , but got an error: `/home/deployer/.rvm/gems/ruby-2.1.0/gems/beaver-1.4.4/lib/beaver/dam.rb:105:in ===': undefined method action' for # (NoMethodError)` Is this an isolated case,...
Thanks vm for this project which seems like it will really help me with log analysis. I'm trying to get to grips with what `hit` and `dam` do. I can...
Need to.
In `hit` a :path option of '/foo/bar/' should match '/foo/bar/?bla=stuff'. Currently, the only way to get that to match is to use `%r{/foo/bar/}`.