separating out the base logger behaviour
and logging of specific parts of request / response
into pluggable components
also setting the defualt formatter for the logger
Now you may override the method 'sensitive_parameters' with a list of
parameters that should be obfuscated on the log. If the lib is loaded on
a Rails application, uses the 'filter_parameters' attribute as default
value for 'sensitive_parameters'.