pespin submitted this change.
ttcn3-mme: Set log level of open5gs-mmed to debug
INFO is in general not enough to debug tests.
Change-Id: Ic91571f0caf138dc2ac798d75b0600ad265473c3
---
M ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
M ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml b/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
index 35b718d..13247cd 100644
--- a/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
+++ b/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
@@ -1,7 +1,7 @@
# See https://github.com/open5gs/open5gs/blob/main/configs/open5gs/mme.yaml.in
logger:
- level: info
+ level: debug
mme:
freeDiameter: /data/freediameter.conf
diff --git a/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml b/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
index 520a0b5..2ce3d0c 100644
--- a/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
+++ b/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
@@ -1,7 +1,7 @@
# See https://github.com/open5gs/open5gs/blob/main/configs/open5gs/mme.yaml.in
logger:
- level: info
+ level: debug
global:
max:
To view, visit change 35431. To unsubscribe, or for help writing mail filters, visit settings.