[ARVADOS] created: 1.3.0-831-gac6d41ef3

Git user git at public.curoverse.com
Tue Apr 30 14:59:10 UTC 2019


        at  ac6d41ef3d5e8e3f7ae3186d32b72405e59ee727 (commit)


commit ac6d41ef3d5e8e3f7ae3186d32b72405e59ee727
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Tue Apr 30 11:57:57 2019 -0300

    15167: Adds mention about unlogged_attributes setting on Admin docs section.
    
    Also, fixes discrepancies on minimum max_audit_log_age values.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/doc/admin/logs-table-management.html.textile.liquid b/doc/admin/logs-table-management.html.textile.liquid
index dedd960f8..a1cdb18dc 100644
--- a/doc/admin/logs-table-management.html.textile.liquid
+++ b/doc/admin/logs-table-management.html.textile.liquid
@@ -26,10 +26,23 @@ h3. API Server configuration
 To solve the problem mentioned above, the API server offers the possibility to limit the amount of log information stored on the table:
 
 <pre>
+# 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: []
+</pre>
+
+The above setting affects all events being logged, independently of how much time they will be kept on the database.
+
+<pre>
 # Time to keep audit logs (a row in the log table added each time an
 # Arvados object is created, modified, or deleted) in the PostgreSQL
 # database. Currently, websocket event notifications rely on audit
-# logs, so this should not be set lower than 600 (10 minutes).
+# logs, so this should not be set lower than 300 (5 minutes).
 max_audit_log_age: 1209600
 </pre>
 
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index bea638753..5689ba1a0 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -158,7 +158,7 @@ Clusters:
       # Arvados object is created, modified, or deleted.)
       #
       # Currently, websocket event notifications rely on audit logs, so
-      # this should not be set lower than 600 (5 minutes).
+      # this should not be set lower than 300 (5 minutes).
       MaxAge: 1209600
 
       # Maximum number of log rows to delete in a single SQL transaction.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list