Sha256: eef23a3c0c79af2f680318619b4abb5da81ae429d17f308641daf5b6b0337297
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
# Logster A web log viewer and logging framework for Rack applications ![logster](http://i.imgur.com/cvfcQpv.png) ## Installation Add these lines to your application's Gemfile: gem 'redis' gem 'logster' And then execute: $ bundle Logster will wire up `/logs` path in your Rails app in **development** mode only. Production mode is being worked on. ## Usage Logster is in current development, at the moment the focus is on a decent tool for dev. Once that is complete production mode will be build. The concept is to have an embedded "exception reporting service" admins can view on live sites. Logs will be visible by default at `http://sitename.com/logs`, only dev mode is implemented now. ## Thanks Logster UI is built using [Ember.js](http://emberjs.com/) ## Contributing 1. Fork it ( https://github.com/SamSaffron/logster/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
logster-0.0.2 | README.md |
logster-0.0.1 | README.md |