Skip to content

Commit

Permalink
chore: log level
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Aug 30, 2024
1 parent 01c3fd2 commit cfe4f7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/main/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
role: f4a30d-nonprod
subPath: strdss-dev
env:
'Serilog_MinimumLevel_Override_StrDss__Common__StrDssLogger': 'Debug'
'Serilog__MinimumLevel__Override_StrDss__Common__StrDssLogger': 'Debug'
'ASPNETCORE_ENVIRONMENT': 'Development'
'ENV_NAME': 'dev'
'APP_BASE_URL': 'https://dev.strdata.gov.bc.ca'
Expand Down
2 changes: 1 addition & 1 deletion helm/main/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
role: f4a30d-prod
subPath: strdss-prod
env:
'Serilog_MinimumLevel_Override_StrDss__Common__StrDssLogger': 'Information'
'Serilog__MinimumLevel__Override_StrDss__Common__StrDssLogger': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Production'
'ENV_NAME': 'prod'
'APP_BASE_URL': 'https://strdata.gov.bc.ca'
Expand Down
2 changes: 1 addition & 1 deletion helm/main/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
role: f4a30d-nonprod
subPath: strdss-test
env:
'Serilog_MinimumLevel_Override_StrDss__Common__StrDssLogger': 'Information'
'Serilog__MinimumLevel__Override_StrDss__Common__StrDssLogger': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Test'
'ENV_NAME': 'test'
'APP_BASE_URL': 'https://test.strdata.gov.bc.ca'
Expand Down
2 changes: 1 addition & 1 deletion helm/main/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
role: f4a30d-nonprod
subPath: strdss-uat
env:
'Serilog_MinimumLevel_Override_StrDss__Common__StrDssLogger': 'Information'
'Serilog__MinimumLevel__Override_StrDss__Common__StrDssLogger': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Staging'
'ENV_NAME': 'uat'
'APP_BASE_URL': 'https://uat.strdata.gov.bc.ca'
Expand Down

0 comments on commit cfe4f7e

Please sign in to comment.