From c90d4c9481fdaabc7b6fd27376e0ac9fd857f9d9 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Fri, 23 Aug 2024 08:28:44 -0700 Subject: [PATCH] Add //src/tools/execlog:converter to docs This was mentioned in https://blog.bazel.build/2024/04/01/bazel-q1-2024-community-update.html but not in the docs Closes #23373. PiperOrigin-RevId: 666805079 Change-Id: Idd24381bbb0460f3a2592bf79baf31e6b35e347f --- site/en/remote/cache-remote.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/en/remote/cache-remote.md b/site/en/remote/cache-remote.md index 84c2165e66d560..b3fa4bbcd9f989 100644 --- a/site/en/remote/cache-remote.md +++ b/site/en/remote/cache-remote.md @@ -147,6 +147,10 @@ each action there is a element containing all of the information from the action key, Thus, if the logs are identical then so are the action cache keys. +If you're using the `--experimental_execution_log_compact_file` flag you +must first convert to the binary or json format using the +`//src/tools/execlog:converter` tool. + To compare logs for two builds that are not sharing cache hits as expected, do the following: