Harsh Singh
Results
13
comments of
Harsh Singh
I am seeing the same issue in rails5.
Ya, it will be helpful to exclude certain parameters like password from the logs. Nevermind, I was requesting default parameters, rather than filtered params. 👍
@inska - simply add the values you wish to exclude from your logs in the filter_parameter_logging.rb file. Then call fields[:params] = request.filtered_parameters in your logstasher.rb file.