2023-car-ffeine icon indicating copy to clipboard operation
2023-car-ffeine copied to clipboard

Hibernate slow query 로그를 남기고, error 레벨로 변경한다

Open be-student opened this issue 1 year ago • 0 comments

✨ Describe

spring.jpa.properties.hibernate.session.events.log.LOG_QUERIES_SLOWER_THAN_MS

org.hibernate.SQL_SLOW=ERROR

✅ Tasks

  • [ ] 특정 MS 보다 긴 쿼리 로그를 남긴다
  • [ ] 쿼리 로그를 ERROR 단계로 해서 slack 으로 알람이 오도록 변경한다

🙋🏻 More

Heibernate 의 쿼리를 준비하는 시간이나, 데이터를 바인딩 하는 시간은 포함되지 않기에, 실제 쿼리 시간보다 짧게 나올 수 있습니다

No response

be-student avatar Jul 12 '23 00:07 be-student