Skip to content

Commit

Permalink
Upgrade Consumer API in Helm chart (#305)
Browse files Browse the repository at this point in the history
* feat: set consumer api version to v2.1.0

* feat: update values.yaml to use structured logging
  • Loading branch information
tnotheis authored Sep 26, 2023
1 parent c98307f commit 091c49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm/charts/consumerapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type: application

version: "1.0.0"

appVersion: "v2.0.6"
appVersion: "v2.1.0"
6 changes: 1 addition & 5 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,17 +429,13 @@ global:
# containerName - the name of the Bucket if CloudProvider=GoogleCloud; the name of the Container if CloudProvider=Azure
containerName: ""
serilog:
using:
- Serilog.Sinks.ApplicationInsights
minimumLevel:
default: Information
enrich:
- FromLogContext
- WithMachineName
- WithProcessId
- WithThreadId
- WithEnvironmentName
writeTo:
- name: Console
args:
outputTemplate: "{Timestamp:yyyy-MM-dd HH:mm:ss.fff}|{Level} - CorrelationId:{CorrelationId} - RequestId:{RequestId} - RequestPath:{RequestPath} - Address:{identityAddress} - DeviceId:{deviceId} {NewLine} {SourceContext}{NewLine} {Message}{NewLine}{Exception}"
formatter: "Serilog.Formatting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact"

0 comments on commit 091c49c

Please sign in to comment.