注意%d{MM-dd-yyyy}要用年月日格式,不能加上时分秒,并且最后要有%i,这样log4j2才能判断出哪天一共产生几个文件
示例:
<RollingFile name="RollingFile" fileName="logs/"
filePattern="logs/$${date:yyyy-MM}/app-%d{MM-dd-yyyy}-%">注意%d{MM-dd-yyyy}要用年月日格式,不能加上时分秒,并且最后要有%i,这样log4j2才能判断出哪天一共产生几个文件
示例:
<RollingFile name="RollingFile" fileName="logs/"
filePattern="logs/$${date:yyyy-MM}/app-%d{MM-dd-yyyy}-%">