X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f17a26ca512ae0083ea5ad608ad6cfbb7fd247ee..97bb0917adfeb4db73c4c27cac8e337828c34015:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index ddc6eede83..99d2a10427 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -183,6 +183,12 @@ common: # Default lifetime for ephemeral collections: 2 weeks. default_trash_lifetime: 1209600 + # Maximum characters of (JSON-encoded) query parameters to include + # in each request log entry. When params exceed this size, they will + # be JSON-encoded, truncated to this size, and logged as + # params_truncated. + max_request_log_params_size: 2000 + # Maximum size (in bytes) allowed for a single API request. This # limit is published in the discovery document for use by clients. # Note: You must separately configure the upstream web server or @@ -243,6 +249,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