Logback configuration file import:

https://blog.csdn.net/qq1300375795/article/details/88916674

2. Springboot configuration file loading sequence

http://blog.ibyte.vip/2019/08/01/SpringBoot%E9%85%8D%E7%BD%AE%E5%8A%A0%E8%BD%BD%E9%A1%BA%E5%BA%8F/

3. Configure logback on the SpringBoot website

https://springframework.guru/using-logback-spring-boot/

https://www.cnblogs.com/lixuwu/p/5804793.html
Copy the code

4. Logback desensitization

https://www.jianshu.com/p/ade8b7c220df
Copy the code

5. Search sequence of Logback configuration files

https://blog.51cto.com/wangzhichao/1751748
https://www.cnblogs.com/guozp/p/5973038.html
Copy the code

Github project demo

https://www.jianshu.com/p/3facfa94b02f
https://blog.52itstyle.vip/archives/1348/
Copy the code

Springboot development environment and production environment

https://segmentfault.com/q/1010000011490735
Copy the code

8. Split logs for different services

https://segmentfault.com/q/1010000011490735
https://www.shuzhiduo.com/A/obzbDb0V5E/
https://www.shuzhiduo.com/A/VGzlQY0YJb/
Copy the code

Asynchronous log writing AsyncAppender

https://www.cnblogs.com/xrq730/p/8628945.html
Copy the code