CHANGELOG in logworm_client-0.6.2 vs CHANGELOG in logworm_client-0.7.0

- old
+ new

@@ -1,4 +1,19 @@ +v0.7.0 + Eliminated long logs. Instead, there's now a parameter (log_request_headers in Rack, lw_log_request_headers in Rails) to add + request and response headers to the web_log. + Cleaned up fields in the web_log table + + Added option to turn off automatic logging of requests (disable_request_logging in Rack, lw_disable_request_logging in Rails) + Added option to turn on logging even if in development mode (enable_dev_logging in Rack, lw_enable_dev_logging in Rails) + + Honor filter_parameter_logging switch when used with Rails + + Cleaned up log and flush + Cleaned up display of elapsed time for flush + Cleaned up call from Rack and Rails, and enforce timeout (1 sec by default) + Added unit tests + v0.6.2 Added list_tables command v0.6.1 Added a bit of documentation \ No newline at end of file