Skip to content
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 flag to log the diagnostic events to stdout #434

Closed
tsachiherman opened this issue Mar 6, 2023 · 0 comments
Closed

Add flag to log the diagnostic events to stdout #434

tsachiherman opened this issue Mar 6, 2023 · 0 comments

Comments

@tsachiherman
Copy link
Contributor

tsachiherman commented Mar 6, 2023

What

Add flag to quickstart image runtime params, to enable stdout printing of the soroban diagnostic events.

Acceptance Criteria:

  • new flag, --log-soroban-diagnostic, should only be allowed when --enable-soroban-rpc is present
  • identify design and implement capture stream of diagnostic events from the rpc server instance inside quickstart container.
    • option 1, start background shell, use js-soroban-client to establish an event stream listener and print to stdout.
    • option 2, run soroban events --start-ledger 0 ... as background command, redirect output to stdout
    • other approaches ?

Epic

stellar/stellar-cli#471

@tsachiherman tsachiherman changed the title Add flag to log the debug events to stdout Add flag to log the diagnostic events to stdout Mar 15, 2023
@mollykarcher mollykarcher moved this from Backlog to Next Sprint Proposal in Platform Scrum Mar 20, 2023
@github-project-automation github-project-automation bot moved this from Next Sprint Proposal to Done in Platform Scrum Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants