No commit activity in last 3 years
No release in over 3 years
A simple request logger to be used with Rails and other Rack apps.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 2.3.5
>= 1.2.9

Runtime

= 0.10.1
= 0.10.0
 Project Readme

Request Lumberjack: Because flat log files suck¶ ↑

This is a simple RESTful sinatra app for saving arbitrary response data.

General Usage¶ ↑

To create a new record, simply send a POST request to the root endpoint with the following params:

  • Response status code (e.g 200)

  • Request uri

  • Request method

There is planned support to allow saving arbitrary fields in JSON.

Copyright © 2010 Alex Sharp. See LICENSE for details.