Skip to content

US028 As a developer, I want to access real-time logs,so that I can quickly diagnose and fix issues as they happen

Description:

As a developer, there is a need for access to real-time logs to promptly diagnose and address issues. This capability ensures immediate identification and resolution of problems, enhancing system reliability and performance.

Linked Requirements & Use Cases:

Current Definition of Done

  • Implemented
  • Pair Reviewed
  • Tested
  • Documents updated
  • Validated with sample project or use case

Acceptance Criterias

  • Developers can access logs from running containers or services in real-time (#279)
  • Log output includes timestamps, severity level, and component info (#279)
  • Logs can be filtered by service/module (#279)
  • Real-time logs are accessible via CLI or web interface (e.g., Docker logs, Kibana, etc.) (#279)
  • Logs are not exposed publicly and follow secure access practices (#279)
  • Sample test confirms developer can trace an error through logs (#279)
Edited by AH0984