Skip to content

feat: implement structured logging with correlation IDs and centralized aggregation#788

Open
menawar wants to merge 1 commit into
Smartdevs17:mainfrom
menawar:issue-711-structured-logging
Open

feat: implement structured logging with correlation IDs and centralized aggregation#788
menawar wants to merge 1 commit into
Smartdevs17:mainfrom
menawar:issue-711-structured-logging

Conversation

@menawar

@menawar menawar commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Resolves #711

What's Changed

  • Structured Logging: Added correlation ID propagation using AsyncLocalStorage in Node.js backend.
  • Centralized Storage: Created in-process AsyncStorage-backed log aggregator in elasticsearch/logStorage.ts.
  • Alerting: Added a log watcher that triggers alerts on high error rates or critical errors.
  • ML Service Logging: Added a Python JSON logger (logger.py) and integrated it into ML models.
  • Smart Contracts Logging: Added structured logging with correlation IDs in Rust smart contracts.
  • Analytics Dashboard: Built LogDashboard.tsx to visualize and search logs directly in the developer portal.

@drips-wave

drips-wave Bot commented Jul 24, 2026

Copy link
Copy Markdown

@menawar Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Implement structured logging with correlation IDs and centralized aggregation

1 participant