Skip to content

[FEATURE] Global logger to compound the per-test-case loggers #19

@kjczarne

Description

@kjczarne

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 importantenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions