Commit 336a43d8 by Administrator

Update application.yml

parent 4394124c
......@@ -132,10 +132,12 @@ gx:
# 分割日志文件
logging:
logback:
rollingpolicy:
rolling-policy:
max-history: 30
total-size-cap: "500MB"
max-file-size: "10MB"
file:
name: logs/info.log
pattern:
console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36}.%M(%L) - %msg%n"
file: "%d{yyyy-MM-dd HH:mm-dd} [%thread] %-5level %logger{36}.%M(%L) - %msg%n"
console: "%d{yyyy-MM-dd HH:mm:ss} %highlight(%-5level) [%thread] %logger{36}.%M %L : %msg%n"
file: "%d{yyyy-MM-dd HH:mm-ss} %-5level [%thread] %logger{36}.%M %L : %msg%n"
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