You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Resolves#4545
This PR updates documentation regarding the `stellar-core-debug-info`.
Additionally, while helping people debug nodes, the script was difficult
to use and had many default values specific only to SDF infrastructure.
I've updated the script to be easier to use. Specifically, it requires
an output directory argument, and creates the directory automatically if
it does not exist. The script also automatically detects the
stellar-core executable path and config via the `stellar-core.service`
file. Finally, I've added additional error checking around
`offline-info` and better path resolution, which previously was buggy.
# Checklist
- [x] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [x] Rebased on top of master (no merge commits)
- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [x] Compiles
- [x] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the
[performance
document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
Including documentation in the repo as well as stellar-docs
The text was updated successfully, but these errors were encountered: