pespin has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



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:

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/27692
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ifdc010f26abdc8cefeec0c72a1f617911ec375d7
Gerrit-Change-Number: 27692
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to