Skip to content

Add structured log for wallet activity feed query with result count and wallet address #460

Description

@Chucks1093

Summary

Activity feed queries can be slow for wallets with large trade histories. A structured log emitted after each query with the wallet address, result count, and query duration makes slow queries observable without enabling full query logging.

Scope

  • Emit a structured debug log after every GET /wallets/:address/activity query resolves
  • Fields: wallet_address, result_count, query_duration_ms, filters_applied
  • filters_applied lists any active type or creator_id filter params
  • Wallet address should be masked to first 4 and last 4 characters in the log

Acceptance Criteria

  • Log emitted after every activity feed query
  • All four fields present with correct values
  • Wallet address is masked in log output

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions