Skip to content

Commit 5de88c8

Browse files
committed
multi-language support
1 parent 36a6ff9 commit 5de88c8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

java-ai/src/main/resources/application.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ spring:
4444
# max-pool-size: 30
4545

4646

47-
logging:
48-
level:
49-
root: INFO
50-
org.springframework.web: DEBUG
51-
org.springframework.web.cors: DEBUG
52-
org.springframework.web.socket: DEBUG
53-
org.hibernate.SQL: DEBUG # ✅ Show SQL logs
54-
org.hibernate.type.descriptor.sql.BasicBinder: TRACE # ✅ Show parameter bindings
47+
#logging:
48+
# level:
49+
# root: INFO
50+
# org.springframework.web: DEBUG
51+
# org.springframework.web.cors: DEBUG
52+
# org.springframework.web.socket: DEBUG
53+
# org.hibernate.SQL: DEBUG
54+
# org.hibernate.type.descriptor.sql.BasicBinder: TRACE
5555

5656
server:
5757
port: 8444

0 commit comments

Comments
 (0)