We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The errors returned from main are not logged to the usual logs, eg if we fail to parse the config (missing some required fields):
main
sbtc/signer/src/main.rs
Line 81 in 67778db
We should log whatever error we get from main before exiting.
Without it, we just see no more logs, which is not really nice.
The text was updated successfully, but these errors were encountered:
MCJOHN974
Successfully merging a pull request may close this issue.
Chore - Log startup errors
1. Description
The errors returned from
main
are not logged to the usual logs, eg if we fail to parse the config (missing some required fields):sbtc/signer/src/main.rs
Line 81 in 67778db
We should log whatever error we get from main before exiting.
2. Why It's Necessary
Without it, we just see no more logs, which is not really nice.
The text was updated successfully, but these errors were encountered: