jolly has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/35190?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: I10bfc4150e10cac048f320641c040fa300f734c4
---
M doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg
M doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg
M doc/examples/osmo-hnbgw/osmo-hnbgw-pfcp.cfg
M doc/examples/osmo-hnbgw/osmo-hnbgw.cfg
4 files changed, 22 insertions(+), 12 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/90/35190/1
diff --git a/doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg
b/doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg
index 3236afb..83e03b9 100644
--- a/doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg
+++ b/doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg
@@ -1,11 +1,11 @@
log stderr
logging filter all 1
logging color 1
- logging print level 1
- logging print category 1
logging print category-hex 0
+ logging print category 1
+ logging timestamp 0
logging print file basename last
- logging print extended-timestamp 1
+ logging print level 1
logging level set-all notice
cs7 instance 0
diff --git a/doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg
b/doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg
index 8be4b1b..671d790 100644
--- a/doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg
+++ b/doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg
@@ -22,9 +22,9 @@
log stderr
logging filter all 1
logging color 1
- logging print level 1
- logging print category 1
logging print category-hex 0
+ logging print category 1
+ logging timestamp 0
logging print file basename last
- logging print extended-timestamp 1
+ logging print level 1
logging level set-all notice
diff --git a/doc/examples/osmo-hnbgw/osmo-hnbgw-pfcp.cfg
b/doc/examples/osmo-hnbgw/osmo-hnbgw-pfcp.cfg
index 087764c..7599427 100644
--- a/doc/examples/osmo-hnbgw/osmo-hnbgw-pfcp.cfg
+++ b/doc/examples/osmo-hnbgw/osmo-hnbgw-pfcp.cfg
@@ -1,11 +1,11 @@
log stderr
logging filter all 1
logging color 1
- logging print level 1
- logging print category 1
logging print category-hex 0
+ logging print category 1
+ logging timestamp 0
logging print file basename last
- logging print extended-timestamp 1
+ logging print level 1
logging level set-all notice
hnbgw
plmn 001 01
diff --git a/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg
b/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg
index a9edc77..996a3ae 100644
--- a/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg
+++ b/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg
@@ -1,11 +1,11 @@
log stderr
logging filter all 1
logging color 1
- logging print level 1
- logging print category 1
logging print category-hex 0
+ logging print category 1
+ logging timestamp 0
logging print file basename last
- logging print extended-timestamp 1
+ logging print level 1
logging level set-all notice
hnbgw
plmn 001 01
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/35190?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I10bfc4150e10cac048f320641c040fa300f734c4
Gerrit-Change-Number: 35190
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange