laforge submitted this change.
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(-)
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 change 35190. To unsubscribe, or for help writing mail filters, visit settings.