Open binarylogic opened 7 years ago
Timber should not log parameters specified in this list. Further, it should provide it's own option that this setting can be passed into, allowing non-Rails users to enable this as well.
This piece of code should do the trick for rails
request.send(:parameter_filter).filter(request.parameters)
Timber should not log parameters specified in this list. Further, it should provide it's own option that this setting can be passed into, allowing non-Rails users to enable this as well.