Skip to content

[15] Add comprehensive logging throughout SDK with configurable verbosity#54

Merged
Just-Bamford merged 2 commits into
Sorokit:mainfrom
amehsamuel200225-sketch:fix/15-add-comprehensive-logging-throughout-sdk-with-configurable-verbosity
Jun 24, 2026
Merged

[15] Add comprehensive logging throughout SDK with configurable verbosity#54
Just-Bamford merged 2 commits into
Sorokit:mainfrom
amehsamuel200225-sketch:fix/15-add-comprehensive-logging-throughout-sdk-with-configurable-verbosity

Conversation

@amehsamuel200225-sketch

Copy link
Copy Markdown

Summary

  • Add structured logging with configurable logLevel (off, debug, info, warn, error) at client creation
  • Wrap all wallet, account, transaction, and Soroban client operations with withLogging for start/success/error traces
  • Add poll and retry logging to account/transaction streams and Soroban execute polling
  • Add logger integration tests

Closes #15

Test plan

  • npm run typecheck passes
  • npm run build passes
  • npm test — 75 tests pass

Made with Cursor

Implement structured logging with logLevel config (off/debug/info/warn/error), withLogging wrappers for all client operations, and poll/retry logging in streams and Soroban execute.

Closes Sorokit#15

Co-authored-by: Cursor <cursoragent@cursor.com>
@drips-wave

drips-wave Bot commented Jun 23, 2026

Copy link
Copy Markdown

@amehsamuel200225-sketch Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Just-Bamford Just-Bamford merged commit b5e2ab9 into Sorokit:main Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add comprehensive logging throughout SDK with configurable verbosity

2 participants