Skip to content

Commit e976a0b

Browse files
committed
change hibernate.SQL log level to WARN
1 parent 754af00 commit e976a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/wfprev-api/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ logging:
3333
root: INFO
3434
org:
3535
springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler: DEBUG
36-
hibernate.SQL: DEBUG
36+
hibernate.SQL: WARN
3737
hibernate.type.descriptor.sql.BasicBinder: TRACE
3838
apache.poi: WARN
3939

0 commit comments

Comments
 (0)