9709: Restore logging of manifest_text by default, add config option to omit it.
[arvados.git] / services / api / app / models / arvados_model.rb
index 2908e40e335ee87fc4bf78c3280ae823e6d9a759..c663d21d5293bfd816140807a0bf57e34054d984 100644 (file)
@@ -243,7 +243,7 @@ class ArvadosModel < ActiveRecord::Base
   end
 
   def logged_attributes
-    attributes
+    attributes.except *Rails.configuration.unlogged_attributes
   end
 
   def self.full_text_searchable_columns