How to get the previous bazel build logs in a decent Way?

67 Views Asked by At

Is there a better way of Command line option to get the last bazel build output log in a decent way?

I am trying this first time. I found nothing here as well https://bazel.build/external/extension https://bazel.build/configure/attributes

Any idea how we can print the output result in a good way for further processing.

1

There are 1 best solutions below

0
On BEST ANSWER

I suggest:

ln -s $(bazel info output_base)/command.log ./