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
Thank you for the sample. To route all JUL logging into Log4j2 you need to set a system property as described in the usage section of their documentation. There's a mention of this in Boot's documentation as well. Given the use of a system property I'm still (#2923 (comment)) wary of enabling this by default so I don't think there's much more that we can do here.
setting logging level to TRACE in application.properties but not take effect. Actually logging.properties under working JAVA_HOME takes effect
if using default logging.properties, we will find missing these level items in log(config, fine, finer, finest)
please find the attached for a simple demo to reproduce the issue.
spring-boot-logging-demo.zip
The text was updated successfully, but these errors were encountered: