Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bootstore related log message adjustments (#4983)
Actual bootstore messages sent and received were not logged. We now log them. These messages are quite infrequent, but have massive debugging value. We also get rid of logging bootstrap network prefixes everytime we look at them. This happens constantly, since bootstore polls them every few seconds indefinitely so it can discover new nodes. It's also unnecessary for bootstore in particular, because bootstore will already log when the prefixes change. The method the log is removed from is used in a few other places, including installinator and wicketd, but there are enough logs and related contexts to debug things there. In any case, failure there is a support scenario and we can use ddm-admin to debug. Additional contextual logs can also be added as needed.
- Loading branch information