README.md in lookout-rack-utils-4.0.0.44 vs README.md in lookout-rack-utils-5.0.0.49

- old
+ new

@@ -57,11 +57,20 @@ ``` Note that we expect `t(*args)` to be called in the context of a request. ### Lookout::Rack::Utils::Log - You'll need configatron set up. If `Lookout::Rack::Utils::Graphite` is -present, it will increment those stats whenever a log is written. + + The logger can be configured with + + ```ruby + Lookout::Rack::Utils::Log.set_instance(my_logger) + ``` + + By default it will use a Lookout::Rack::Utils::LookoutLogger, which + wraps Log4R. You'll need configatron set up. If + `Lookout::Rack::Utils::Graphite` is present, it will increment those + stats whenever a log is written. ```ruby configatron.project_name = 'My project name' configatron.logging do |l| l.enabled = true