pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/27692 )
Change subject: ttcn3-{ggsn,pgw}-test: Avoid open5gs itself logging to a file ......................................................................
ttcn3-{ggsn,pgw}-test: Avoid open5gs itself logging to a file
We already log stdout/stderr to a file, so there's no need to log a file internally. We prefer logging that through stdout/stderr in order to catch more stuff, like segfaults.
Change-Id: Ifdc010f26abdc8cefeec0c72a1f617911ec375d7 --- M ttcn3-ggsn-test/ogs/open5gs-smf.yaml M ttcn3-ggsn-test/ogs/open5gs-upf.yaml M ttcn3-pgw-test/open5gs-nrf.yaml M ttcn3-pgw-test/open5gs-smf.yaml M ttcn3-pgw-test/open5gs-upf.yaml 5 files changed, 3 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/92/27692/1
diff --git a/ttcn3-ggsn-test/ogs/open5gs-smf.yaml b/ttcn3-ggsn-test/ogs/open5gs-smf.yaml index 1c8e284..0751ab5 100644 --- a/ttcn3-ggsn-test/ogs/open5gs-smf.yaml +++ b/ttcn3-ggsn-test/ogs/open5gs-smf.yaml @@ -19,7 +19,6 @@ # domain: core,pfcp,fd,pfcp,gtp,smf,event,tlv,mem,sock # logger: - file: /data/open5gs-smfd.log level: info # # smf: diff --git a/ttcn3-ggsn-test/ogs/open5gs-upf.yaml b/ttcn3-ggsn-test/ogs/open5gs-upf.yaml index aa64613..96368b7 100644 --- a/ttcn3-ggsn-test/ogs/open5gs-upf.yaml +++ b/ttcn3-ggsn-test/ogs/open5gs-upf.yaml @@ -19,7 +19,6 @@ # domain: core,pfcp,gtp,upf,event,tlv,mem,sock # logger: - file: /data/open5gs-upfd.log level: info
# diff --git a/ttcn3-pgw-test/open5gs-nrf.yaml b/ttcn3-pgw-test/open5gs-nrf.yaml index 2680098..4743377 100644 --- a/ttcn3-pgw-test/open5gs-nrf.yaml +++ b/ttcn3-pgw-test/open5gs-nrf.yaml @@ -21,7 +21,7 @@ # domain: core,sbi,nrf,event,mem,sock # logger: - file: /data/open5gs-nrfd.log + level: info
# # nrf: diff --git a/ttcn3-pgw-test/open5gs-smf.yaml b/ttcn3-pgw-test/open5gs-smf.yaml index 57a145e..5e8cf1b 100644 --- a/ttcn3-pgw-test/open5gs-smf.yaml +++ b/ttcn3-pgw-test/open5gs-smf.yaml @@ -19,7 +19,7 @@ # domain: core,pfcp,fd,pfcp,gtp,smf,event,tlv,mem,sock # logger: - file: /data/open5gs-smfd.log + level: info # # smf: # diff --git a/ttcn3-pgw-test/open5gs-upf.yaml b/ttcn3-pgw-test/open5gs-upf.yaml index 28092a5..10fe4d4 100644 --- a/ttcn3-pgw-test/open5gs-upf.yaml +++ b/ttcn3-pgw-test/open5gs-upf.yaml @@ -19,7 +19,7 @@ # domain: core,pfcp,gtp,upf,event,tlv,mem,sock # logger: - file: /data/open5gs-upfd.log + level: info
# # upf: