jolly has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-e1d/+/35186?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: I4a8cb558816534ac942bc38ff0b178849d610457
---
M doc/examples/osmo-e1d-octoi-client.cfg
M doc/examples/osmo-e1d-octoi-server.cfg
M doc/examples/osmo-e1d-vpair.cfg
3 files changed, 24 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/86/35186/1
diff --git a/doc/examples/osmo-e1d-octoi-client.cfg
b/doc/examples/osmo-e1d-octoi-client.cfg
index ddb981c..88a0e48 100644
--- a/doc/examples/osmo-e1d-octoi-client.cfg
+++ b/doc/examples/osmo-e1d-octoi-client.cfg
@@ -7,9 +7,9 @@
logging color 1
logging print category-hex 0
logging print category 1
- logging print thread-id 0
- logging timestamp 1
- logging print file 1
+ logging timestamp 0
+ logging print file basename last
+ logging print level 1
logging level e1d info
logging level linp info
!
diff --git a/doc/examples/osmo-e1d-octoi-server.cfg
b/doc/examples/osmo-e1d-octoi-server.cfg
index ac5e2b7..32eb227 100644
--- a/doc/examples/osmo-e1d-octoi-server.cfg
+++ b/doc/examples/osmo-e1d-octoi-server.cfg
@@ -8,8 +8,9 @@
logging print category-hex 0
logging print category 1
logging print thread-id 0
- logging timestamp 1
- logging print file 1
+ logging timestamp 0
+ logging print file basename last
+ logging print level 1
logging level e1d info
logging level linp info
!
diff --git a/doc/examples/osmo-e1d-vpair.cfg b/doc/examples/osmo-e1d-vpair.cfg
index 04bdb72..265a5d0 100644
--- a/doc/examples/osmo-e1d-vpair.cfg
+++ b/doc/examples/osmo-e1d-vpair.cfg
@@ -1,2 +1,10 @@
+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
+
e1d
virtual-e1-pair 1
--
To view, visit
https://gerrit.osmocom.org/c/osmo-e1d/+/35186?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I4a8cb558816534ac942bc38ff0b178849d610457
Gerrit-Change-Number: 35186
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange