[arvados] updated: 2.6.0-252-g3f23131d6

git repository hosting git at public.arvados.org
Wed Jun 7 16:39:59 UTC 2023


Summary of changes:
 doc/admin/upgrading.html.textile.liquid | 2 ++
 1 file changed, 2 insertions(+)

       via  3f23131d66a0467b2bee74006d61ec3e25a153bb (commit)
      from  9effb65ce83e308edc404d8541066a456c520dce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3f23131d66a0467b2bee74006d61ec3e25a153bb
Author: Brett Smith <brett.smith at curii.com>
Date:   Wed Jun 7 12:39:44 2023 -0400

    20613: Add an upgrade note about new PySDK logging
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index 39006b7da..2afffb9a4 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -49,6 +49,8 @@ import arvados
 arv_client = arvados.api('v1', num_retries=0, ...)
 {% endcodeblock %}
 
+The first time the Python SDK fetches an Arvados API discovery document, it will ensure that @googleapiclient.http@ logs are handled so you have a way to know about early problems that are being retried. If you prefer to handle these logs your own way, just ensure that the @googleapiclient.http@ logger (or a parent logger) has a handler installed before you call any Arvados API client constructor.
+
 h3. UseAWSS3v2Driver option removed
 
 The old "v1" S3 driver for keepstore has been removed. The new "v2" implementation, which has been the default since Arvados 2.5.0, is always used. The @Volumes.*.DriverParameters.UseAWSS3v2Driver@ configuration key is no longer recognized. If your config file uses it, remove it to avoid warning messages at startup.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list