Skip to content

Commit

Permalink
chore: loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed May 1, 2024
1 parent 3c14eac commit f450446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions helm/main/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ global:
role: f4a30d-nonprod
subPath: strdss-dev
env:
'Logging__LogLevel__Default': 'Information'
'Logging__LogLevel__Microsoft.EntityFrameworkCore': 'Warning'
'Logging__LogLevel__Microsoft.AspNetCore': 'Warning'
'Logging__LogLevel__Default': 'Warning'
'Logging__LogLevel__StrDss.Common.StrDssLogger': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Development'
'ENV_NAME': 'dev'
Expand Down
4 changes: 1 addition & 3 deletions helm/main/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ global:
role: f4a30d-nonprod
subPath: strdss-test
env:
'Logging__LogLevel__Default': 'Information'
'Logging__LogLevel__Microsoft.EntityFrameworkCore': 'Warning'
'Logging__LogLevel__Microsoft.AspNetCore': 'Warning'
'Logging__LogLevel__Default': 'Warning'
'Logging__LogLevel__StrDss.Common.StrDssLogger': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Test'
'ENV_NAME': 'test'
Expand Down
4 changes: 1 addition & 3 deletions helm/main/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ global:
role: f4a30d-nonprod
subPath: strdss-uat
env:
'Logging__LogLevel__Default': 'Information'
'Logging__LogLevel__Microsoft.EntityFrameworkCore': 'Warning'
'Logging__LogLevel__Microsoft.AspNetCore': 'Warning'
'Logging__LogLevel__Default': 'Warning'
'Logging__LogLevel__StrDss.Common.StrDssLogger': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Staging'
'ENV_NAME': 'uat'
Expand Down

0 comments on commit f450446

Please sign in to comment.