-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is ExcludeTest for? #754
Comments
The test verifies that the exclude feature (setting a condition to prevent logging for certain requests) actually won't produce log entries. |
I wanted to use the same in my custom tests but couldn't find where is this |
I just released 2.1.2 with a fix. |
Hi, was browsing the repository and found this test which doesn't seem to do anything.
https://github.com/zalando/logbook/blob/master/logbook-spring-boot-autoconfigure/src/test/java/org/zalando/logbook/autoconfigure/ExcludeTest.java
I couldn't find any place which would want
org.slf4j.Logger
as a Spring Bean, specifically, couldn't find the usages ofhttpLogger
bean. This test only asserts that nobody is calling the bean, so, I think you can remove this file.The text was updated successfully, but these errors were encountered: