laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-mgw/+/35192?usp=email )
Change subject: Use uniform log format for default config files
......................................................................
Use uniform log format for default config files
Related: OS#6272
Change-Id: I82ee4ce3c961976526a792862061c237a372e31b
---
M doc/examples/osmo-mgw/osmo-mgw-abis_e1.cfg
M doc/examples/osmo-mgw/osmo-mgw.cfg
2 files changed, 26 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
laforge: Looks good to me, approved
diff --git a/doc/examples/osmo-mgw/osmo-mgw-abis_e1.cfg
b/doc/examples/osmo-mgw/osmo-mgw-abis_e1.cfg
index bd948b8..dcf3663 100644
--- a/doc/examples/osmo-mgw/osmo-mgw-abis_e1.cfg
+++ b/doc/examples/osmo-mgw/osmo-mgw-abis_e1.cfg
@@ -1,6 +1,14 @@
!
! MGCP configuration example
!
+log stderr
+ logging color 1
+ logging print category-hex 0
+ logging print category 1
+ logging timestamp 0
+ logging print file basename last
+ logging print level 1
+
e1_input
e1_line 0 driver dahdi
e1_line 0 port 0
diff --git a/doc/examples/osmo-mgw/osmo-mgw.cfg b/doc/examples/osmo-mgw/osmo-mgw.cfg
index 320feae..8535efe 100644
--- a/doc/examples/osmo-mgw/osmo-mgw.cfg
+++ b/doc/examples/osmo-mgw/osmo-mgw.cfg
@@ -1,6 +1,14 @@
!
! MGCP configuration example
!
+log stderr
+ logging color 1
+ logging print category-hex 0
+ logging print category 1
+ logging timestamp 0
+ logging print file basename last
+ logging print level 1
+
mgcp
bind ip 127.0.0.1
rtp port-range 4002 16000
--
To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/35192?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I82ee4ce3c961976526a792862061c237a372e31b
Gerrit-Change-Number: 35192
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged