Merge branch '9783-cwl-error-invalid-dir' closes #9783
[arvados.git] / services / api / config / application.default.yml
index ddc6eede835a8cf4ceb790a3056e313e6c1e91d0..ed3b517757ac8256f747025a55017fbb313eef4b 100644 (file)
@@ -243,6 +243,14 @@ common:
   # silenced by throttling are not counted against this total.
   crunch_limit_log_bytes_per_job: 67108864
 
+  # Attributes to suppress in events and audit logs.  Notably,
+  # specifying ["manifest_text"] here typically makes the database
+  # smaller and faster.
+  #
+  # Warning: Using any non-empty value here can have undesirable side
+  # effects for any client or component that relies on event logs.
+  # Use at your own risk.
+  unlogged_attributes: []
 
   ###
   ### Crunch, DNS & compute node management