ihar_hancharenka 61a71c666b m
2025-08-11 12:39:41 +03:00

13 строки
525 B
Plaintext

https://docs.spring.io/spring-boot/docs/current/reference/html/howto-logging.html
logback
https://springframework.guru/using-yaml-in-spring-boot-to-configure-logback/
https://springframework.guru/using-logback-spring-boot/
https://springframework.guru/logback-configuration-using-groovy/
logging:
pattern:
console: "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(%property{PID}){magenta} %clr(---){faint} %clr([%15.15t]){faint}[] %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex"
level:
cl: DEBUG