10497: Add --no-log-timestamps to eliminate redundant timestamps when running in...
[arvados.git] / sdk / cwl / arvados_cwl / arvcontainer.py
index 609d8c217b81de9da12128aa296c2b2027c803c5..5f96ac6d09d169e18046ed894bb8db038ab8b718 100644 (file)
@@ -245,7 +245,7 @@ class RunnerContainer(Runner):
             }
             container_req["properties"]["template_uuid"] = wfuuid
 
-        command = ["arvados-cwl-runner", "--local", "--api=containers"]
+        command = ["arvados-cwl-runner", "--local", "--api=containers", "--no-log-timestamps"]
         if self.output_name:
             command.append("--output-name=" + self.output_name)