Skip to content

Feature request: Loggers in test methods should be improved #217

Description

@behluluysal

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

  • Replace stubs with a robust logging framework in test methods
  • Ensure logs are captured and accessible during testing
  • Implement mechanisms for reviewing logs in CI environments

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions