Open
Description
As a user I want to...
be able to assign a unique flow ID to log messages within my system.
So that...
I can know which log message relates to which component of my system.
Acceptance Criteria
WHEN a log message is created
THEN then I should be able to attach a flow id it
WHEN a log message with a flow id is created
THEN I should be able to identify which component that message related to
AND the flow ID should be configurable, allowing flexibility in its format and generation method.
AND the logging system should support efficient retrieval and filtering of log messages based on the assigned flow ID
AND the flow ID assignment should be consistent across all components of the system, ensuring seamless tracking and correlation of log messages
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In progress