https://github.com/bazelbuild/bazelisk/issues/743 is a recent example of when I needed to examine GCS requests, which usually means adding lots of print statements. We should add debug logging via https://github.com/golang/glog so that similar problems can be debugged easier.
#743 is a recent example of when I needed to examine GCS requests, which usually means adding lots of print statements.
We should add debug logging via https://github.com/golang/glog so that similar problems can be debugged easier.