Skip to content

Commit

Permalink
Merge pull request #46 from bcgov/dev
Browse files Browse the repository at this point in the history
chore: log level informational
  • Loading branch information
ychung-mot authored Mar 27, 2024
2 parents 06af316 + 4ba8849 commit 886b3bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions helm/main/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
env:
'LOGGING__LOGLEVEL__DEFAULT': 'Error'
'LOGGING__LOGLEVEL__AWP': 'Information'
'LOGGING__LOGLEVEL__DEFAULT': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Development'
'ENV_NAME': 'dev'
'AppBaseUrl': 'https://dev-strdss.f4a30d-dev.apps.silver.devops.gov.bc.ca'
Expand Down
3 changes: 1 addition & 2 deletions helm/main/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
env:
'LOGGING__LOGLEVEL__DEFAULT': 'Error'
'LOGGING__LOGLEVEL__AWP': 'Information'
'LOGGING__LOGLEVEL__DEFAULT': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Production'
'ENV_NAME': 'prod'
'AppBaseUrl': 'https://prod-strdss.f4a30d-prod.apps.silver.devops.gov.bc.ca '
Expand Down
3 changes: 1 addition & 2 deletions helm/main/values-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
env:
'LOGGING__LOGLEVEL__DEFAULT': 'Error'
'LOGGING__LOGLEVEL__AWP': 'Information'
'LOGGING__LOGLEVEL__DEFAULT': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Test'
'ENV_NAME': 'test'
'AppBaseUrl': 'https://test-strdss.f4a30d-dev.apps.silver.devops.gov.bc.ca '
Expand Down
3 changes: 1 addition & 2 deletions helm/main/values-uat.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
env:
'LOGGING__LOGLEVEL__DEFAULT': 'Error'
'LOGGING__LOGLEVEL__AWP': 'Information'
'LOGGING__LOGLEVEL__DEFAULT': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Staging'
'ENV_NAME': 'uat'
'AppBaseUrl': 'https://uat-strdss.f4a30d-test.apps.silver.devops.gov.bc.ca '
Expand Down

0 comments on commit 886b3bb

Please sign in to comment.