X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fa615bfa6748a0b552c4e3a33be1921f0760664e..6fb70ef1e1398c30137580c8417e98693dfbfc1d:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index ddc6eede83..ed3b517757 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -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