Skip to content

Commit

Permalink
Trace logging not support with new logging framework. (#58)
Browse files Browse the repository at this point in the history
Updating default logging level to info.

Signed-off-by: Ajay Lotan Thakur <[email protected]>
  • Loading branch information
thakurajayL authored Oct 19, 2024
1 parent 337d2ef commit 49d83a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bess-upf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description: OMEC user plane based on BESS
name: bess-upf
icon: https://guide.opencord.org/logos/cord.svg

version: 1.1.0
version: 1.1.1
1 change: 1 addition & 0 deletions bess-upf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ config:
cfgFiles:
upf.jsonc:
mode: dpdk
log_level: "info"
workers: 1
max_sessions: 50000
table_sizes:
Expand Down
4 changes: 2 additions & 2 deletions sdcore-helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: sd-core
description: SD-Core control plane services
icon: https://guide.opencord.org/logos/cord.svg
type: application
version: 1.1.0
version: 1.1.1
home: https://opennetworking.org/sd-core/
maintainers:
- name: SD-Core Support
Expand All @@ -33,7 +33,7 @@ dependencies:
condition: 5g-control-plane.enable5G

- name: bess-upf
version: 1.1.0
version: 1.1.1
repository: "file://../bess-upf"
alias: omec-user-plane
condition: omec-user-plane.enable
Expand Down

0 comments on commit 49d83a2

Please sign in to comment.