Skip to content

Commit e69b1a4

Browse files
committed
chore: 로그 레벨 수정
1 parent 66a2062 commit e69b1a4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/main/resources/application.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ springdoc:
2323
operations-sorter: alpha # 오름차순
2424
path: /swagger
2525

26-
logging.level:
27-
org.hibernate.SQL: debug
28-
org.hibernate.orm.jdbc.bind: trace
26+
logging:
27+
level:
28+
ceos.backend: INFO
29+
# org.hibernate.SQL: debug
30+
# org.hibernate.orm.jdbc.bind: trace

0 commit comments

Comments
 (0)