Skip to content

Implement structured logging with Winston #337

Description

@ayshadogo

User Story:
As a developer, I want structured JSON logs so that log aggregators like Datadog or Loki can parse and query them.

Acceptance Criteria:

  • winston installed as NestJS logger
  • Log format: { timestamp, level, message, context, requestId, userId }
  • Request ID propagated through all log calls within a request
  • Log level configurable via LOG_LEVEL env var

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