20978: Merge branch 'main' into 20978-instance-types
[arvados.git] / services / api / config / initializers / filter_parameter_logging.rb
index 4b34a036689c21f4ccddb82823b2c2de065bb7fc..adc6568ce83724d2b01d7232b0873bda7c249b11 100644 (file)
@@ -1,6 +1,8 @@
 # Be sure to restart your server when you modify this file.
 
-# Configure sensitive parameters which will be filtered from the log file.
+# Configure parameters to be filtered from the log file. Use this to limit dissemination of
+# sensitive information. See the ActiveSupport::ParameterFilter documentation for supported
+# notations and behaviors.
 Rails.application.config.filter_parameters += [
   :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
 ]