bazel-buildfarm
bazel-buildfarm copied to clipboard
Try to enable FINEST logging
bazelisk run //src/main/java/build/buildfarm:buildfarm-server -- --jvm_flag=-Djava.util.logging.config.file=$PWD/examples/server-logging.properties $PWD/examples/config.minimal.yml
bazel run //src/main/java/build/buildfarm:buildfarm-shard-worker -- --jvm_flag=-Djava.util.logging.config.file=$PWD/examples/worker-logging.properties $PWD/examples/config.minimal.yml
then building something remotely, this is what comes out of the worker console logs: https://pastebin.com/7PdHKJBj
You can see that based on the changes in src/main/java/build/buildfarm/worker/ExecuteActionStage.java, you'd expect both
[SEVERE ] build.buildfarm.worker.ExecuteActionStage getLogger - severe - In ExecuteActionStage.java ~~~~~~~~~
and
[FINEST ] build.buildfarm.worker.ExecuteActionStage getLogger - finest - In ExecuteActionStage.java ~~~~~~~~~
to show up.
Only the "severe" log line shows up.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
You should find that this works with a rebase.