1brahimmohamed / Brain-Tumor-Segmentation-GP

Research Based Software for Brain Tumour Segmentation, MRI Sequence Synthesis & MRI Motion Artifact Correction for Graduation Project Thesis.
3 stars 2 forks source link

User Story: Logging Service #54

Open 1brahimmohamed opened 6 months ago

1brahimmohamed commented 6 months ago

As a software developer I need the logging service to categorize logs based on severity levels So that I can prioritize and address issues efficiently.

Details and Assumptions

Given a software application generating log messages with specified severity levels When the logging service records the messages Then it should categorize them based on their severity level (DEBUG, INFO, WARNING, ERROR, CRITICAL)

Given a software application with categorized log messages When developers review the logs Then they should be able to identify and prioritize issues based on their severity levels

Given a software application with categorized log messages When critical issues occur Then appropriate alerts or notifications should be triggered to notify relevant stakeholders