-
Notifications
You must be signed in to change notification settings - Fork 970
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 initial version of the debug info gathering script #4352
Conversation
### What Add initial version of the debug info gathering script ### Why We want to make it easier to gather information useful for troubleshooting
Thanks for putting this together! I think it mostly looks like we have everything we need, but there are a few extra pieces that could be useful:
|
* allow for custom stellar-core binary paths * try to get logfile location from the config * add flag to gather sqlite DB
Done
Done
Done. Logs with date in the filename are a bit tricky but for this reason the script tries to get last 24h worth of files with |
Looks like the cargo-deny CI check is failing because of a new security advisory https://rustsec.org/advisories/RUSTSEC-2024-0344 |
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.
Seems like it's working great, thanks for working on this!
We're currently changing our Github CI so we can't merge anything at the moment, but should have it resolved in a day or two. |
CI is back online. If you rebase this off master, the last CI check should be resolved then I can merge |
@SirTyson all checks pass now so if it looks good from our side can you merge? |
What
Add initial version of the debug info gathering script
Why
We want to make it easier to gather information useful for troubleshooting