stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 672 forks source link

Replace make_tenure_bitvector debug logs with trace level logs #5448

Closed jferrant closed 1 week ago

jferrant commented 1 week ago

Switch make_tenure_bitvector debug logs to trace level logs since perf/flamegraph has shown a disproportionate amount of time being spent in these slog calls.

Closes part of https://github.com/stacks-network/stacks-core/issues/5441