bazelbuild/bazel
在 GitHub 查看Documentation issue: Debugging remote cache hits for remote execution
Open
#12,770 创建于 2021年1月4日
P3help wantedteam-Documentationteam-Remote-Exectype: documentation (cleanup)
仓库指标
- Star
- (25,384 star)
- PR 合并指标
- (平均合并 22天 20小时) (30 天内合并 77 个 PR)
描述
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.