jolly has uploaded this change for review.

View Change

Use uniform log format for default config files

Related: OS#6272
Change-Id: I0d0042aa37da887afa0e9a5060cfbacaec23ed0a
---
M doc/examples/osmo-pcu.cfg
M doc/examples/osmo-pcu.e1_ccu.cfg
2 files changed, 26 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/95/35195/1
diff --git a/doc/examples/osmo-pcu.cfg b/doc/examples/osmo-pcu.cfg
index 4a3842d..1459826 100644
--- a/doc/examples/osmo-pcu.cfg
+++ b/doc/examples/osmo-pcu.cfg
@@ -1,3 +1,11 @@
+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
+
pcu
flow-control-interval 10
cs 2
diff --git a/doc/examples/osmo-pcu.e1_ccu.cfg b/doc/examples/osmo-pcu.e1_ccu.cfg
index 01f9b09..359f1d9 100644
--- a/doc/examples/osmo-pcu.e1_ccu.cfg
+++ b/doc/examples/osmo-pcu.e1_ccu.cfg
@@ -1,3 +1,11 @@
+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
+
pcu
flow-control-interval 10
cs 2

To view, visit change 35195. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I0d0042aa37da887afa0e9a5060cfbacaec23ed0a
Gerrit-Change-Number: 35195
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas@eversberg.eu>
Gerrit-MessageType: newchange