SpringBoot logging

SpringBoot default CommonsLogging, but also provides support for popular log commonly used, such as Java util Logging, Log4j, Logback etc., reference the Gangster blog:
https://blog.csdn.net/ztchun/article/details/ 79,804,583

Use SpringBoot comes logback log system:
https://www.cnblogs.com/bigdataZJ/p/springboot-log.html

Logbook logging system using custom configuration:
https://blog.csdn.net/liujun03/article/details/82684209

https://www.cnblogs.com/warking/p/5710303.html

Note To prudent configured as false, dao configured to debug

logback asynchronous logging:
https://www.cnblogs.com/aoeiuv/p/10172723.html

Guess you like

Origin blog.csdn.net/qq_35890572/article/details/91489812