bazelbuild/bazel

Documentation issue: Debugging remote cache hits for remote execution

Open

#12,770 opened on 2021年1月4日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Java (4,465 forks)batch import
P3help wantedteam-Documentationteam-Remote-Exectype: documentation (cleanup)

Repository metrics

Stars
 (25,384 stars)
PR merge metrics
 (平均マージ 22d 20h) (30d で 77 merged PRs)

説明

Documentation URL: https://docs.bazel.build/versions/master/remote-execution-caching-debug.html

This piece of documentation still references the old flag --execution_log_binary_file which requires additional steps to build a parser in the Bazel source tree and convert the binary files into a human readable format. Is there a reason why this guide does not reference the new flag --execution_log_json_file which produces human readable JSON output right away? An additional benefit to JSON output would be that it is easier to manipulate with tools like jq.

コントリビューターガイド