Skip to content

Commit

Permalink
Merge pull request #145 from bcgov/Grad2-2876
Browse files Browse the repository at this point in the history
Grad2-2876 WARN level log events fix
  • Loading branch information
githubmamatha authored Aug 27, 2024
2 parents ef1e9d5 + ec80c4f commit 27a7d78
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ logging:
boot:
autoconfigure:
logging: ${SPRING_BOOT_AUTOCONFIG_LOG_LEVEL}
jdk:
management:
agent: ERROR
sun:
management:
jmxremote: ERROR
rmi:
transport:
tcp: ERROR

authorization:
user: ${GRAD_STS_CLIENT_NAME}
Expand Down
9 changes: 9 additions & 0 deletions api/src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ logging:
boot:
autoconfigure:
logging: INFO
jdk:
management:
agent: ERROR
sun:
management:
jmxremote: ERROR
rmi:
transport:
tcp: ERROR

authorization:
user: grad-business-api
Expand Down

0 comments on commit 27a7d78

Please sign in to comment.