You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at INFO level in AbstractFilterRegistrationBean.configure for embedded and WAR deployments
at DEBUG level in ServletContextInitializerBeans for embedded deployments only
I think we should remove all the above logging information and replace it with one-liners in ServletContextInitializerBeans at DEBUG level, and add that class to the web logging group.
The text was updated successfully, but these errors were encountered:
This issue is related to #13511 and #14292 - about improving the logging experience in Spring Boot.
In comment on SPR-17450, someone mentioned that the Servlet Filter registration logs are not consistent with what we've done so far:
@rstoyanchev indeed suggests to reconsider the logging level and could log everything on a single line with a map-like structure:
Currently we're logging that information:
INFO
level inAbstractFilterRegistrationBean.configure
for embedded and WAR deploymentsDEBUG
level inServletContextInitializerBeans
for embedded deployments onlyI think we should remove all the above logging information and replace it with one-liners in
ServletContextInitializerBeans
atDEBUG
level, and add that class to theweb
logging group.The text was updated successfully, but these errors were encountered: