logback.xml配置模版



 
 
     
      
   
         
       UTF-8   
          
              
            %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n   
           
  
       
  
   
  
      
      
        UTF-8   
       
           
            ${LOG_HOME}/JKApp.log.%d{yyyy-MM-dd}.log   
            30
       
  
         
             
            %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n   
           
  
       
 
       
       
         10MB
       

        

   
      
          
          

     


  
    
         
        
            
           
              com.mysql.jdbc.Driver
              jdbc:mysql://127.0.0.1:3306/databaseName
              root
              root
            
        
  

你可能感兴趣的:(日志管理)