README.rdoc in dynport_tools-0.2.19 vs README.rdoc in dynport_tools-0.2.20
- old
+ new
@@ -1,7 +1,11 @@
= dynport_tools
-Description goes here.
+== LogTracer ==
+ DynportTools::LogTracer.setup(Rails.logger)
+
+ Rails.logger.register_tracer(/SELECT.*?FROM.*?users/) do |arr|
+ end
== Contributing to dynport_tools
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it