Skip to content

Commit a93c5eb

Browse files
committed
[Chore] Comment out verbose JDBC template logging in application-prod.yml
1 parent 2f03ebf commit a93c5eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ logging:
8181
org:
8282
springframework:
8383
web: ERROR
84-
org.springframework.jdbc.core.JdbcTemplate: DEBUG
85-
org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate: DEBUG
84+
# org.springframework.jdbc.core.JdbcTemplate: DEBUG
85+
# org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate: DEBUG
8686

8787
# 보류
8888
oauth2:

0 commit comments

Comments
 (0)