|
|
@ -27,6 +27,7 @@ logging:
|
|
|
|
# '[org.hibernate]': off
|
|
|
|
# '[org.hibernate]': off
|
|
|
|
# '[org.hibernate.sql]': off
|
|
|
|
# '[org.hibernate.sql]': off
|
|
|
|
# '[org.hibernate.jpa]': off
|
|
|
|
# '[org.hibernate.jpa]': off
|
|
|
|
|
|
|
|
'[org.mariadb.jdbc.internal.logging]': WARN
|
|
|
|
exception-conversion-word: '%wEx'
|
|
|
|
exception-conversion-word: '%wEx'
|
|
|
|
pattern:
|
|
|
|
pattern:
|
|
|
|
console: '%d{yyyy-MM-dd HH:mm:ss.SSS} %clr(${LOG_LEVEL_PATTERN:-%5p}){green} %clr([%18thread]){magenta} %clr(%-40.40logger{39}%line){cyan} %clr(: %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}){faint}'
|
|
|
|
console: '%d{yyyy-MM-dd HH:mm:ss.SSS} %clr(${LOG_LEVEL_PATTERN:-%5p}){green} %clr([%18thread]){magenta} %clr(%-40.40logger{39}%line){cyan} %clr(: %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}){faint}'
|
|
|
|