application.properties

logging.config=classpath:log4j2.xml

logging.file.max-size=50MB
logging.level.com.exampl.springkafkademp=debug
logging.file.max-history=7
logging.file.path=logs
--------------


application.yml
spring:
  application:
    name: xxx
logging:
  config: file:config/log4j2.xml

 

 

-Dlogging.config=config/log4j2.xml

 

 

相关文章:

  • 2022-12-23
  • 2022-02-11
  • 2022-01-25
  • 2021-06-13
  • 2021-10-04
  • 2021-08-05
  • 2022-01-20
猜你喜欢
  • 2022-02-08
  • 2022-12-23
  • 2021-06-17
  • 2021-06-13
  • 2021-12-26
相关资源
相似解决方案