Overview
Is your feature request related to a problem? Please describe.
Currently, test methods are using stubs for loggers, making it difficult to access and review logs, especially in continuous integration (CI) environments.
Intended outcome
Describe the solution you'd like
I propose improving the logging mechanism in test methods to allow for easier access and review of logs. This could involve replacing stubs with a more robust logging framework and ensuring that logs are captured and accessible during testing.
Describe alternatives you've considered
An alternative approach could be to enhance the existing logging framework to provide better support for testing scenarios, such as mocking or capturing logs in memory for later review.
Features
Development Notes
Additional context
Improving logging in test methods is crucial for debugging and troubleshooting issues during development and testing phases. Consider integrating the chosen logging framework with popular testing libraries and frameworks to ensure compatibility and ease of use.
Future Ideas
Additional context
Overview
Is your feature request related to a problem? Please describe.
Currently, test methods are using stubs for loggers, making it difficult to access and review logs, especially in continuous integration (CI) environments.
Intended outcome
Describe the solution you'd like
I propose improving the logging mechanism in test methods to allow for easier access and review of logs. This could involve replacing stubs with a more robust logging framework and ensuring that logs are captured and accessible during testing.
Describe alternatives you've considered
An alternative approach could be to enhance the existing logging framework to provide better support for testing scenarios, such as mocking or capturing logs in memory for later review.
Features
Development Notes
Additional context
Improving logging in test methods is crucial for debugging and troubleshooting issues during development and testing phases. Consider integrating the chosen logging framework with popular testing libraries and frameworks to ensure compatibility and ease of use.
Future Ideas
Additional context