Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Scoped log #44

Closed WildCryptoFox closed 9 years ago

WildCryptoFox commented 9 years ago

Testing logging output can be tedious... There may be mistakes with scopes.

Note: Duplicates caused by an object being scoped multiple times is bad. Solution is to reconsider positioning - look for entry points and lift to the parent/owner if required.

Hoverbear commented 9 years ago

You're awesome, @james-darkfox ! :)