diff --git a/amf/amf.yaml b/amf/amf.yaml index 29f54e8..37e6d8a 100644 --- a/amf/amf.yaml +++ b/amf/amf.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/amf.log + file: + path: /open5gs/install/var/log/open5gs/amf.log sbi: server: diff --git a/ausf/ausf.yaml b/ausf/ausf.yaml index cb8af0a..43ad006 100644 --- a/ausf/ausf.yaml +++ b/ausf/ausf.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/ausf.log + file: + path: /open5gs/install/var/log/open5gs/ausf.log sbi: server: diff --git a/bsf/bsf.yaml b/bsf/bsf.yaml index 7045677..401b37b 100644 --- a/bsf/bsf.yaml +++ b/bsf/bsf.yaml @@ -1,7 +1,8 @@ db_uri: mongodb://MONGO_IP/open5gs logger: - file: /open5gs/install/var/log/open5gs/bsf.log + file: + path: /open5gs/install/var/log/open5gs/bsf.log sbi: server: diff --git a/hss/hss.yaml b/hss/hss.yaml index 54ba359..1666fb6 100644 --- a/hss/hss.yaml +++ b/hss/hss.yaml @@ -1,7 +1,8 @@ db_uri: mongodb://MONGO_IP/open5gs logger: - file: /open5gs/install/var/log/open5gs/hss.log + file: + path: /open5gs/install/var/log/open5gs/hss.log global: max: diff --git a/mme/mme.yaml b/mme/mme.yaml index bc5ece1..85ec6eb 100644 --- a/mme/mme.yaml +++ b/mme/mme.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/mme.log + file: + path: /open5gs/install/var/log/open5gs/mme.log global: max: diff --git a/nrf/nrf.yaml b/nrf/nrf.yaml index 365a496..6005127 100644 --- a/nrf/nrf.yaml +++ b/nrf/nrf.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/nrf.log + file: + path: /open5gs/install/var/log/open5gs/nrf.log sbi: server: diff --git a/nssf/nssf.yaml b/nssf/nssf.yaml index b8abb0a..a72228c 100644 --- a/nssf/nssf.yaml +++ b/nssf/nssf.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/nssf.log + file: + path: /open5gs/install/var/log/open5gs/nssf.log sbi: server: diff --git a/pcf/pcf.yaml b/pcf/pcf.yaml index 0297780..1618faa 100644 --- a/pcf/pcf.yaml +++ b/pcf/pcf.yaml @@ -1,7 +1,8 @@ db_uri: mongodb://MONGO_IP/open5gs logger: - file: /open5gs/install/var/log/open5gs/pcf.log + file: + path: /open5gs/install/var/log/open5gs/pcf.log sbi: server: diff --git a/pcrf/pcrf.yaml b/pcrf/pcrf.yaml index 83ff69e..0af516c 100644 --- a/pcrf/pcrf.yaml +++ b/pcrf/pcrf.yaml @@ -1,7 +1,8 @@ db_uri: mongodb://MONGO_IP/open5gs logger: - file: /open5gs/install/var/log/open5gs/pcrf.log + file: + path: /open5gs/install/var/log/open5gs/pcrf.log global: max: diff --git a/scp/scp.yaml b/scp/scp.yaml index e6e7a20..0c6df81 100644 --- a/scp/scp.yaml +++ b/scp/scp.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/scp.log + file: + path: /open5gs/install/var/log/open5gs/scp.log sbi: server: diff --git a/sgwc/sgwc.yaml b/sgwc/sgwc.yaml index 156450a..855d445 100644 --- a/sgwc/sgwc.yaml +++ b/sgwc/sgwc.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/sgwc.log + file: + path: /open5gs/install/var/log/open5gs/sgwc.log global: max: diff --git a/sgwu/sgwu.yaml b/sgwu/sgwu.yaml index 7e262b2..a0960be 100644 --- a/sgwu/sgwu.yaml +++ b/sgwu/sgwu.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/sgwu.log + file: + path: /open5gs/install/var/log/open5gs/sgwu.log global: max: diff --git a/smf/smf.yaml b/smf/smf.yaml index 356d272..9e44335 100644 --- a/smf/smf.yaml +++ b/smf/smf.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/smf.log + file: + path: /open5gs/install/var/log/open5gs/smf.log sbi: server: diff --git a/smf/smf_4g.yaml b/smf/smf_4g.yaml index e1859fc..f489beb 100644 --- a/smf/smf_4g.yaml +++ b/smf/smf_4g.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/smf.log + file: + path: /open5gs/install/var/log/open5gs/smf.log sbi: server: diff --git a/udm/udm.yaml b/udm/udm.yaml index 9e5d4f7..b083497 100644 --- a/udm/udm.yaml +++ b/udm/udm.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/udm.log + file: + path: /open5gs/install/var/log/open5gs/udm.log sbi: server: diff --git a/udr/udr.yaml b/udr/udr.yaml index 111e4cf..250e6af 100644 --- a/udr/udr.yaml +++ b/udr/udr.yaml @@ -11,7 +11,8 @@ global: ue: MAX_NUM_UE logger: - file: /open5gs/install/var/log/open5gs/udr.log + file: + path: /open5gs/install/var/log/open5gs/udr.log udr: sbi: diff --git a/upf/upf.yaml b/upf/upf.yaml index be67ee0..bae3ede 100644 --- a/upf/upf.yaml +++ b/upf/upf.yaml @@ -1,5 +1,6 @@ logger: - file: /open5gs/install/var/log/open5gs/upf.log + file: + path: /open5gs/install/var/log/open5gs/upf.log global: max: