Skip to content

Add structured log for creator trade webhook registration with creator ID and event types #449

Description

@Chucks1093

Summary

When a creator successfully registers a trade webhook, the server should emit an info-level structured log so webhook registrations are observable in the server logs without querying the database.

Scope

  • Emit a structured info log on successful webhook registration with fields: creator_id, webhook_id, event_types, registered_at
  • Emit a structured info log on webhook deletion with fields: creator_id, webhook_id, deleted_at
  • Do not log the callback URL (use the masking helper)

Acceptance Criteria

  • Registration log emitted with correct fields on success
  • Deletion log emitted on webhook removal
  • Callback URL is not present in any 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