bukowskis / logging-hq

Experimental GUI for https://github.com/TwP/logging to set the log levels dynamically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging HQ

A (beta) GUI for Logging to set the log levels dynamically.

screenshot

Installation

gem install logging-hq  # This doesn't work yet, you'll have to fetch it from github

Usage

To test it locally, just hit something like bundle install && rackup.

In Rails, you could use this:

# routes.rb
require 'logging/hq/server'

# ...
mount Logging::HQ::Server.new, at: '/logging', as: :logging
# ...

About

Experimental GUI for https://github.com/TwP/logging to set the log levels dynamically.

License:MIT License


Languages

Language:Ruby 89.8%Language:CoffeeScript 10.2%