Commit d4c81a80 by Administrator

Update application.yml

parent 336a43d8
...@@ -137,7 +137,7 @@ logging: ...@@ -137,7 +137,7 @@ logging:
total-size-cap: "500MB" total-size-cap: "500MB"
max-file-size: "10MB" max-file-size: "10MB"
file: file:
name: logs/info.log name: /data/logs/${spring.application.name}/info.log
pattern: pattern:
console: "%d{yyyy-MM-dd HH:mm:ss} %highlight(%-5level) [%thread] %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" 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