jolly has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/89/35189/1
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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hlr/+/35189?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I4319b688286845d2ffbd944e51e9cc2e5159563c
Gerrit-Change-Number: 35189
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange