monogon-dev / monogon

The Monogon Monorepo. May contain traces of peanuts and a ✨pure Go Linux userland✨. Work in progress!
https://monogon.tech
Apache License 2.0
378 stars 9 forks source link

resolver: excessive logging with high node churn rates #233

Closed lorenz closed 1 year ago

lorenz commented 1 year ago

Currently the resolver logs a message for every node update:

            resolver I CURUPDATE: got new curators: metropolis-87f3ec1fbefc0c8300c0cd05af00e5bd

On large clusters this becomes extremely spammy, these should only be emitted when the set of curators changes.