From 249d21eb1e51acac350b9551207874b49007eb4f Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 1 Dec 2023 12:48:09 +0100 Subject: [PATCH] Use uniform log format for default config files Related: OS#6272 Change-Id: I82ee4ce3c961976526a792862061c237a372e31b --- doc/examples/osmo-mgw/osmo-mgw-abis_e1.cfg | 8 ++++++++ doc/examples/osmo-mgw/osmo-mgw.cfg | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/doc/examples/osmo-mgw/osmo-mgw-abis_e1.cfg b/doc/examples/osmo-mgw/osmo-mgw-abis_e1.cfg index bd948b8b8..dcf3663cc 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 320feaec7..8535efe23 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