-
Couldn't load subscription status.
- Fork 437
Revert "added logback xml config file" #957
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
base: master
Are you sure you want to change the base?
Conversation
Libraries should not contain logging configuration. They interfere with application logging configurations. This reverts commit 6a0629a. Fixes swagger-api#956
|
How about this @HugoMario? If you try to use any Swagger version newer than 1.0.20 it eats all Spring Boot log output |
|
This has soon been broken now for a year. Can we remove the logback file? Does it break anything else if it is removed? You can see the problem pretty clearly if you
Without Swagger the output is With Swagger it is |
Libraries should not contain logging configuration. They interfere with application logging configurations.
This reverts commit 6a0629a.
Fixes #956