We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a6ff9 commit 5de88c8Copy full SHA for 5de88c8
java-ai/src/main/resources/application.yaml
@@ -44,14 +44,14 @@ spring:
44
# max-pool-size: 30
45
46
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
+#logging:
+# level:
+# root: INFO
+# org.springframework.web: DEBUG
+# org.springframework.web.cors: DEBUG
+# org.springframework.web.socket: DEBUG
+# org.hibernate.SQL: DEBUG
+# org.hibernate.type.descriptor.sql.BasicBinder: TRACE
55
56
server:
57
port: 8444
0 commit comments