springboot logback配置

  • 全局配置
logging.config=classpath:logback-spring.xml
  • logback-spring.xml



    LOGBACK

    
    
    

    
    
        
            ${logPattern}
        
    

    
    
        
            ${logPattern}
        
        
            ${location}/error${fileSuffix}.log
            30
        
        
            ERROR
            ACCEPT
            DENY
        
    

    
    
        
            ${logPattern}
        
        
            ${location}/debug${fileSuffix}_%i.log.gz
            2048MB
            15
        
    

    

    
        
        
        
    

    


示例
springboot logback配置_第1张图片

你可能感兴趣的:(springboot logback配置)