-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add log #624
Add log #624
Conversation
Signed-off-by: caojiamingalan <[email protected]>
…fore testing the nullity of tx.db, it may panic. Signed-off-by: caojiamingalan <[email protected]>
Signed-off-by: Mustafa Elbehery <[email protected]>
@ahrtr had to rebase because the last commit i cherrypicked had no sign-off :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
lgtm, generally. Why are we rolling our own logger based on go/log btw? |
Thanks @tjungblu We can use diff logger, but we follow the same as in |
Please read conversation in #509, especially #509 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
can we merge this ? |
ping @ahrtr @serathius |
This PR add logger to bbolt, see https://github.com/etcd-io/raft/blob/main/logger.go
Fixes #509
This PR is a continuation of #513
cc @ahrtr @fuweid