Skip to content

Commit

Permalink
apacheGH-43669: [Docs][Dev] Document archery --debug flag in section …
Browse files Browse the repository at this point in the history
…about docker (apache#43935)

### Rationale for this change

This feature was added in apache#40129, but adding it to the docker page in the developer docs for better visibility.

* GitHub Issue: apache#43669

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
jorisvandenbossche authored and zanmato1984 committed Sep 6, 2024
1 parent 1433128 commit ad1b522
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/developers/continuous_integration/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,18 @@ 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
In addition to enabling ``DEBUG``-level logging, this also translates to
passing ``--progress=plain`` to docker(-compose) build command.

Docker Volume Caches
~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit ad1b522

Please sign in to comment.