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
This commit is contained in:
Pau Espin 2022-04-07 20:40:10 +02:00
parent 9a744f2108
commit 713468b295
5 changed files with 3 additions and 5 deletions

View File

@ -19,7 +19,6 @@
# domain: core,pfcp,fd,pfcp,gtp,smf,event,tlv,mem,sock
#
logger:
file: /data/open5gs-smfd.log
level: info
#
# smf:

View File

@ -19,7 +19,6 @@
# domain: core,pfcp,gtp,upf,event,tlv,mem,sock
#
logger:
file: /data/open5gs-upfd.log
level: info
#

View File

@ -21,7 +21,7 @@ db_uri: mongodb://localhost/open5gs
# domain: core,sbi,nrf,event,mem,sock
#
logger:
file: /data/open5gs-nrfd.log
level: info
#
# nrf:

View File

@ -19,7 +19,7 @@
# domain: core,pfcp,fd,pfcp,gtp,smf,event,tlv,mem,sock
#
logger:
file: /data/open5gs-smfd.log
level: info
#
# smf:
#

View File

@ -19,7 +19,7 @@
# domain: core,pfcp,gtp,upf,event,tlv,mem,sock
#
logger:
file: /data/open5gs-upfd.log
level: info
#
# upf: