日志配置更改

This commit is contained in:
attiya 2026-01-09 09:18:25 +08:00
parent e2fc06d56c
commit e37b14fa45
7 changed files with 14 additions and 0 deletions

View File

@ -118,5 +118,7 @@ management:
show-details: always show-details: always
logging: logging:
file:
name: logs/${spring.application.name}.log
pattern: pattern:
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒

View File

@ -47,5 +47,7 @@ management:
show-details: always show-details: always
logging: logging:
file:
name: logs/${spring.application.name}.log
pattern: pattern:
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒

View File

@ -117,6 +117,8 @@ minio:
show-url: https://www.cdzhuojing.cn/file show-url: https://www.cdzhuojing.cn/file
logging: logging:
file:
name: logs/${spring.application.name}.log
pattern: pattern:
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
#logging: #logging:

View File

@ -97,5 +97,7 @@ management:
show-details: always show-details: always
logging: logging:
file:
name: logs/${spring.application.name}.log
pattern: pattern:
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒

View File

@ -58,5 +58,7 @@ management:
show-details: always show-details: always
logging: logging:
file:
name: logs/${spring.application.name}.log
pattern: pattern:
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒

View File

@ -93,6 +93,8 @@ management:
show-details: always show-details: always
logging: logging:
file:
name: logs/${spring.application.name}.log
pattern: pattern:
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒

View File

@ -98,6 +98,8 @@ minio:
show-url: http://47.109.141.125:9000 show-url: http://47.109.141.125:9000
logging: logging:
file:
name: logs/${spring.application.name}.log
pattern: pattern:
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒