laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hlr/+/35189?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: I4319b688286845d2ffbd944e51e9cc2e5159563c --- M doc/examples/osmo-hlr-dgsm.cfg M doc/examples/osmo-hlr.cfg 2 files changed, 21 insertions(+), 3 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/doc/examples/osmo-hlr-dgsm.cfg b/doc/examples/osmo-hlr-dgsm.cfg index 2774c24..50abefb 100644 --- a/doc/examples/osmo-hlr-dgsm.cfg +++ b/doc/examples/osmo-hlr-dgsm.cfg @@ -1,4 +1,12 @@ # OsmoHLR example configuration for Distributed GSM (mslookup) +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 + hlr gsup # For D-GSM roaming, osmo-hlr's GSUP must listen on a public IP: diff --git a/doc/examples/osmo-hlr.cfg b/doc/examples/osmo-hlr.cfg index dd5292e..e2a3163 100644 --- a/doc/examples/osmo-hlr.cfg +++ b/doc/examples/osmo-hlr.cfg @@ -4,11 +4,11 @@ log stderr logging filter all 1 logging color 1 - logging print category 1 logging print category-hex 0 - logging print level 1 + logging print category 1 + logging timestamp 0 logging print file basename last - logging print extended-timestamp 1 + logging print level 1 logging level main notice logging level db notice logging level auc notice