Commit 32c65701 by Administrator

Update application.yml

parent 6757ae7d
......@@ -134,7 +134,8 @@ logging:
level: INFO #生产禁用DEBUG
org.apache.ibatis.logging.stdout.StdOutImpl: DEBUG #生产禁用
file:
name: /data/logs/${spring.application.name}/info.log
path: /data/logs/${spring.application.name}
name: info.log
max-size: 10MB # 日志文件的最大大小
max-history: 30 # 保留日志文件的最大历史记录天数
total-size-cap: 500MB # 日志文件的总大小上限
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment