Hi'ya,
params.inspect # => { :user = {:name => 'joe', :password =>
'password'}}
Reading this [http://github.com/merb/merb/tree/master/merb-param-
protection] and minus any magic in the model whats the best way of
filtering sensitive param values like :password from the log files
when in production [log level :info]
The above offers up log_params_filtered but that only appears to work
with straight params and not those contained in a example hash like
the above.. Is there any way for poking it into submission?
Many thanks in advance!
--
You received this message because you are subscribed to the Google Groups
"merb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/merb?hl=en.