mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-05-17 06:08:43 +00:00
11 lines
No EOL
351 B
YAML
11 lines
No EOL
351 B
YAML
spring:
|
|
output:
|
|
ansi:
|
|
enabled: always
|
|
logging:
|
|
level:
|
|
root: INFO
|
|
com.bgasol: INFO
|
|
pattern:
|
|
console: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr([%thread]){cyan} %clr(%-5level){yellow} %clr(%logger{36}){magenta} - %msg%n%throwable"
|
|
file: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n%throwable" |