Spring usage logs

What are the technical logs 1. spring boot project defaults?

The example code

	log.debug ( "=============================== user information:", User); 
	log.info ( "normal information "); 
	log.error (" error ");

2. Where is the configuration file logback.xml log on?

 

Guess you like

Origin www.cnblogs.com/max-hou/p/11111374.html