logging 부분 삭제

This commit is contained in:
2025-11-12 14:13:45 +09:00
parent 71daf78a50
commit c1d126f2a5

View File

@@ -34,10 +34,6 @@ spring:
hibernate: hibernate:
format_sql: true format_sql: true
logging:
level:
root: DEBUG
# ----------------------- # -----------------------
# dev # dev
# ----------------------- # -----------------------
@@ -62,10 +58,6 @@ spring:
hibernate: hibernate:
format_sql: true format_sql: true
logging:
level:
root: INFO
# ----------------------- # -----------------------
# prod # prod
# ----------------------- # -----------------------
@@ -89,7 +81,3 @@ spring:
properties: properties:
hibernate: hibernate:
format_sql: true format_sql: true
logging:
level:
root: WARN