Skip to content

Commit f9868b2

Browse files
committed
[fix/#38] log 설정 변경
1 parent f8770a0 commit f9868b2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/main/resources/application-datasource.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ spring:
1717
dialect: org.hibernate.dialect.MySQLDialect
1818
default_batch_fetch_size: 1000
1919

20-
logging:
21-
level:
22-
com.zaxxer.hikari: TRACE
23-
com.zaxxer.hikari.HikariConfig: DEBUG
24-

src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ swagger:
3131

3232
logging:
3333
level:
34-
root: ERROR
34+
root: INFO

0 commit comments

Comments
 (0)