Steeltoe
Steeltoe copied to clipboard
Logging should be handled consistently in tests
As recently pointed out here and here, Steeltoe doesn't have a standardized approach to handling logger output (for troubleshooting) and validation (of framework code) in tests.
A standard prescription should be written and applied to avoid haphazard (or missing) approaches to this relatively common problem.