Merge branch '20432-getting-containers' refs #20432
[arvados.git] / sdk / cwl / arvados_cwl / __init__.py
index 7ab612c82887ce27ddb6e19f100616fd2076028d..fe27b91ab2165754dd94f7a85878328db6126b4d 100644 (file)
@@ -354,10 +354,10 @@ def main(args=sys.argv[1:],
     # Note that unless in debug mode, some stack traces related to user
     # workflow errors may be suppressed.
 
-    # For some reason if I don't set these explicitly some logs won't
-    # show up.
+    # Set the logging on most modules INFO (instead of default which is WARNING)
     logger.setLevel(logging.INFO)
     logging.getLogger('arvados').setLevel(logging.INFO)
+    logging.getLogger('arvados.keep').setLevel(logging.WARNING)
 
     if arvargs.debug:
         logger.setLevel(logging.DEBUG)