Skip to content

Commit

Permalink
Tweak default log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jul 24, 2024
1 parent 8c0f931 commit 1acd10b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kamu-api-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kamu-api-server
description: API server component of the Kamu Compute Node
type: application
version: 0.29.5
version: 0.29.6
appVersion: "0.29.1"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
2 changes: 1 addition & 1 deletion charts/kamu-api-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###############################################################################

app:
logLevel: "debug,reqwest=info,hyper=info,h2=info"
logLevel: "debug,reqwest=info,hyper=info,h2=info,rustls=info"

# TODO: generate schema for config from DTOs
config:
Expand Down
2 changes: 1 addition & 1 deletion charts/kamu-oracle-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kamu-oracle-provider
description: Oracle provider that uses Kamu Node to supply data to blockchain smart contracts
type: application
version: 0.29.4
version: 0.29.5
appVersion: "0.29.1"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
2 changes: 1 addition & 1 deletion charts/kamu-oracle-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###############################################################################

app:
logLevel: "debug,kamu=trace,alloy_transport_http=info,alloy_rpc_client=info,reqwest=info,hyper=info,h2=info"
logLevel: "debug,kamu=trace,alloy_transport_http=info,alloy_rpc_client=info,reqwest=info,hyper=info,h2=info,rustls=info"

# TODO: generate schema for config from DTOs
config:
Expand Down

0 comments on commit 1acd10b

Please sign in to comment.