config: hibernate sql log 출력 제거

-> p6spy 로그만 활성
main
Jonguk. Lim 4 months ago
parent ef48eb5833
commit d8af5b58e7

@ -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}'

Loading…
Cancel
Save