Springboot 整合Logback 日誌配置(不一樣日誌輸出到不一樣文件)

在resources下建立logback.xml文件app <?xml version="1.0" encoding="UTF-8"?> <configuration debug="false"> <!--定義日誌文件的存儲地址 勿在 LogBack 的配置中使用相對路徑--> <property name="LOG_HOME" value="./logs" /> <!--
相關文章
相關標籤/搜索