nativelink
nativelink copied to clipboard
Reduce verbosity of ping message
Description
I improved the flexibility by reducing the warning level of the KEEPALIVE log message. So when we look at the log output in the k8s examples, there are a lot of ping error messages for KEEPALIVE, but I tracked down the right one and reduced it to a lower log level(Warning) should make that output more readable
Fixes #(764)
Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Please also list any relevant details for your test configuration
Checklist
- [x]
bazel test //...passes locally - [x] PR is contained in a single commit, using
git amendsee some docs