1.1.0 (11/10/2013) ------------------ Make loggers get created lazily, refactoring to support this behavior and (hopefully) make the code more understandable <8c2bd7b> [Matt Conway] disable coveralls for jruby <9a1ff9b> [Matt Conway] fix jruby <71dc96f> [Matt Conway] fix rails generator <164c9ed> [Matt Conway] fix tests for move of log4r.yml in generators <319fc3d> [Matt Conway] more readable <20a9666> [Matt Conway] refactor a bit to add more thread safety <3712ee1> [Matt Conway] try and fix travis error <7a4e59e> [Matt Conway] 1.0.3 (10/11/2013) ------------------ add date_pattern and newline at end of formatted message <90daa25> [Matt Conway] 1.0.2 (10/11/2013) ------------------ add ability to add constant fields to json output [Matt Conway] 1.0.1 (10/11/2013) ------------------ add log4r json formatter 1.0.0 (10/11/2013) ------------------ Add coveralls and use poltergeist/phantomjs instead of capybara-webkit so we fix capybara usage for capybara 2.x for travis only supporting ruby 1.9.3 and higher 0.13.6 (08/23/2013) ------------------- add license to gemspec, closes #6 <0eb4339> [Matt Conway] fix reference to registered_loggers [Matt Conway] 0.13.5 (08/08/2013) ------------------- fix rails 4 deprecation [Matt Conway] 0.13.4 (01/02/2013) ------------------- Fixed bad reference that was killing the monitor thread early. 0.13.3 (01/02/2013) ------------------ Fixed a memory leak on JRuby <4abd5a> 0.13.2 (09/19/2012) ------------------- fix method scope for format_mdc <8d25874> 0.13.1 (09/19/2012) ------------------- add mdc formatter helper 0.13.0 (08/10/2012) ------------------- walk heirarchy of loggers/outputters when dynamically setting levels <704b4fa> 0.12.3 (08/09/2012) ------------------- Replaced rescue clause with respond_to? checks. <5baf227> give monitor thread a nice name <7b0ad32> 0.12.2 (06/01/2012) ------------------- fix cache attribute name prevent rails from defaulting log_level to debug when it is set to empty string <3bbb734> 0.12.1 (05/31/2012) ------------------- fix init of Rails.logger 0.12.0 (05/31/2012) ------------------- allow setting of outputter levels too 0.11.1 (05/23/2012) ------------------- document require statement for server <116b17d> use ttl when set in same post, only backup/restore levels from activate_levels, not set_levels <05140c1> 0.11.0 (05/22/2012) ------------------- better initialization through rails mechanisms <29222cb> fix docs, add monitor thread fix urls, typeahead, non-dev mode <47b9de6> update copyright date <507a2b6> update TODO remove dead file tweak ui <8eaa8f9> add ability to dynamically change logger levels, with webui to do so <6ebf9dd> fix to allow overriding specific logger levels in yml <4a1e076> Merge pull request #2 from backupify/rails_3.2 <534fa82> since rails 3.2 has removed the class_inheritable_attribute call, we have to use the new class_attribute call to define loggers instead <3c6cd4a> 0.9.6 ----- Made LoggerSupport module actually set up inherited loggers. <6758d73> [Kevin Menard] 0.9.5 ----- add ability to define loggers by including a module <566c88c> [Matt Conway] ruby 1.9 fix [Matt Conway] 0.9.4 ----- rails3 support <096ad75> [Matt Conway] 0.9.3 ----- don't throw excpetion for delegate classes (generators) <54dd68a> [Matt Conway] 0.9.2 ----- custom task [Matt Conway] handle logger delegation, a.l.a. ActionView->ActionController <54aa99a> [Matt Conway] extra test <0504aa9> [Matt Conway] use canonical gem <1e6d3f9> [Matt Conway] 0.9.1 ----- fix dep <46edc61> [Matt Conway] 0.9.0 ----- get working with nested classes, prevent rails from overriding logger [Matt Conway] some doc changes <334f2de> [Matt Conway] add dependency to ActiveSupport, Refactor to remove dependency on load order, Add tests [Matt Conway] 0.0.2 ----- changelogs [Matt Conway] changelogs <380cbf3> [Matt Conway] add jeweller gemcutter support [Matt Conway] fix spelling on hierarchy, handle missing loggers in class hierarchy <1e4e3c0> [Matt Conway] 0.0.1 ----- Initial Version