-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Title: feat(ops): integrate pino logger and sentry
Complexity Score: 150 points
Description
Replace standard console logs with structured JSON logging for better observability in production environments like ELK stack or Datadog.
Requirements and Context
- Tech:
nestjs-pino. - Features:
- JSON output.
- Automatic request logging (method, url, duration).
- Request ID correlation (using
nestjs-clsor similar).
Suggested Execution
- Install
nestjs-pinoandpino-http. - Replace
NestFactory.createlogger inmain.ts. - Inject
Loggerin services and usethis.logger.info({ context: ... }, 'message').
Test and Commit
- Commit Message:
feat(ops): integrate pino logger and sentry
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program