diff --git a/README.md b/README.md index 3546bedd..f3896127 100644 --- a/README.md +++ b/README.md @@ -291,8 +291,10 @@ visualized in graphs than dumped (and ignored) in a log file. Lograge doesn't yet log the request parameters. This is something I'm actively contemplating, mainly because I want to find a good way to include them, a way that fits in with the general spirit of the log output generated by Lograge. -However, the payload does already contain the params hash, so you can easily -add it in manually using `custom_options`: +If you decide to include them be sure that senstive data like passwords +and credit cards are not stored via [filtered_parameters](https://api.rubyonrails.org/classes/ActionDispatch/Http/FilterParameters.html) +or another means. The payload does already contain the params hash, so you can easily add +it in manually using `custom_options`: ```ruby # production.rb