From 947e1379181860e01e8dcc4aac86b15e8c21bb67 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 1 Dec 2023 11:52:29 +0100 Subject: [PATCH] Use uniform log format for default config files Related: OS#6272 Change-Id: I4319b688286845d2ffbd944e51e9cc2e5159563c --- doc/examples/osmo-hlr-dgsm.cfg | 8 ++++++++ doc/examples/osmo-hlr.cfg | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/examples/osmo-hlr-dgsm.cfg b/doc/examples/osmo-hlr-dgsm.cfg index 2774c244..50abefbe 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 dd5292ef..e2a3163d 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