A ruby tail -f for parsing and dispaying JSON application logs
Clone the repository and execute bundle, then add execution rights to the rb file:
$ chmod +x tailf.rb$ cd ~/dev/my_project
$ ~/dev/json_logs/tailf.rb 10 log/development_json.logJust edit the tailf.rb as you wish to change diplayed JSON columns and customize the output. Play around.