Skip to content

Add SDK safe logging guidelines - #435

Merged
El-swaggerito merged 1 commit into
Axionvera:mainfrom
silentgeckoaudit3801:docs/safe-logging-payloads-debug
Jul 29, 2026
Merged

Add SDK safe logging guidelines#435
El-swaggerito merged 1 commit into
Axionvera:mainfrom
silentgeckoaudit3801:docs/safe-logging-payloads-debug

Conversation

@silentgeckoaudit3801

Copy link
Copy Markdown
Contributor

Fixes #131.

Adds safe logging guidance for SDK contributors and consumers, covering:

  • values that must never be logged, including secret keys, raw signed transactions, full transaction payloads, auth/session values, and unsafe error objects
  • safe redaction patterns for accounts, transaction hashes, and errors
  • unsafe vs. safe debug logging examples
  • debug-mode expectations for local development and production builds

Validation: static documentation/API review only; no project dependencies or toolchains were run from this environment.

@El-swaggerito
El-swaggerito merged commit d610981 into Axionvera:main Jul 29, 2026
1 check passed
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 SDK safe logging guidelines

2 participants