-
Notifications
You must be signed in to change notification settings - Fork 158
feat: Firewood logs #1276
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
base: master
Are you sure you want to change the base?
feat: Firewood logs #1276
Conversation
9369c13
to
c015ee8
Compare
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.
As you noted this (ChainDataDir) should be documented, probably in config.md
right?
I think the VM has the obligation to only access ChainDataDir, and this isn't a functionality change. However, I should update releases.md |
fcefa6f
to
3d1a0b3
Compare
Signed-off-by: Austin Larson <[email protected]>
Why this should be merged
Firewood logging currently isn't being started, so this can make debugging difficult.
Closes #1265
How this works
Adds a single call to
ffi.StartLogs
, which reports any error (this can only be called once per thread successfully, so any error can just be logged).How this was tested
Existing UT
Need to be documented?
Yes
Need to update RELEASES.md?
No