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


##########
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:
   From a quick search in the archery code, I think it essentially does right 
now:
   
   Generally (not docker specific):
   
   - set `logger.setLevel(logging.DEBUG)`
   
   And then for the docker subcommand:
   
   - log docker version
   - add `--progress=plain` to docker build and docker-compose build



-- 
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