Skip to content

Commit a3712fd

Browse files
Merge pull request #258 from bcgov/Grad2-2871
Grad2-2871
2 parents 62c4e12 + f404a0b commit a3712fd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

api/src/main/resources/application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ logging:
6767
boot:
6868
autoconfigure:
6969
logging: ${SPRING_BOOT_AUTOCONFIG_LOG_LEVEL}
70+
com:
71+
zaxxer:
72+
hikari: ERROR
7073

7174
#Local properties
7275
server:

api/src/test/resources/application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ logging:
5454
boot:
5555
autoconfigure:
5656
logging: INFO
57+
com:
58+
zaxxer:
59+
hikari: ERROR
5760

5861
#API Documentation
5962
springdoc:

0 commit comments

Comments
 (0)