pitrou commented on code in PR #43935:
URL: https://github.com/apache/arrow/pull/43935#discussion_r1742025784


##########
docs/source/developers/continuous_integration/docker.rst:
##########
@@ -156,6 +156,17 @@ The following example starts an interactive ``bash`` 
session in the container
 
     archery docker run ubuntu-cpp bash
 
+**Build the image with increased debugging output:**
+
+To enable additional logging output for debugging, pass the ``--debug`` flag
+to ``archery``.
+
+.. code:: bash
+
+    archery --debug docker run ubuntu-cpp
+
+which translates to passing ``--progress=plain`` to docker(-compose) build 
command.

Review Comment:
   Not only, it also outputs the actual docker commands being executed (and 
perhaps other Archery logging).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to