Skip to content

Commit

Permalink
VIH-10005 Reduce Logging (#1282)
Browse files Browse the repository at this point in the history
* VIH-10005 Reduce Logging

* Bumping chart version

---------

Co-authored-by: hmcts-ado-cnp <174565+hmcts-ado-cnp[bot]@users.noreply.github.com>
  • Loading branch information
himesh99 and hmcts-ado-cnp authored Oct 10, 2023
1 parent 3e7a49e commit 9100fbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/vh-admin-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
name: vh-admin-web
home: https://github.com/hmcts/vh-admin-web
version: 0.0.23
version: 0.0.24
description: Helm Chart for Admin Web
maintainers:
- name: VH Devops
Expand Down
6 changes: 3 additions & 3 deletions charts/vh-admin-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ java:
DOM1__REDIRECTURI: https://vh-admin-web.{{ .Values.global.environment }}.platform.hmcts.net/home
DISABLEHTTPSREDIRECTION: true
ISLIVE: "False"
Logging__LogLevel__Default: debug
Logging__LogLevel__System: debug
Logging__LogLevel__Microsoft: debug
Logging__LogLevel__Default: warning
Logging__LogLevel__System: warning
Logging__LogLevel__Microsoft: warning
VHSERVICES__VALIDATEEMAIL: "@hearings.reform.hmcts.net"
VHSERVICES__VIDEOAPIURL: https://vh-video-api.{{ .Values.global.environment }}.platform.hmcts.net/
VHSERVICES__VIDEOWEBURL: https://vh-video-web.{{ .Values.global.environment }}.platform.hmcts.net/
Expand Down

0 comments on commit 9100fbe

Please sign in to comment.