-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
criticalUrgent and importantUrgent and importantenhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Currently each test case uses a separate logger which provides a great deal of isolation for logs. This is not the desired behavior in all teams, some teams will require a single global logger.
Describe the solution you'd like
Provide secondary logger behavior (via the existing on-test-case logger instance or a directly imported logger) for top-level global logs.
Describe alternatives you've considered
Merging per-test-case log files might cause confusion if the messages are not properly sorted.
Overriding the behavior for completely will break the expectations that Product Testing team has about the debug log structures.
Additional context
N/A
Metadata
Metadata
Assignees
Labels
criticalUrgent and importantUrgent and importantenhancementNew feature or requestNew feature or request