jolly has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/35188?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: I6b6aa5a5100cf0045dcba1b062acc9376d34b0ae
---
M doc/examples/osmo-gtphub/osmo-gtphub-1iface.cfg
M doc/examples/osmo-gtphub/osmo-gtphub.cfg
M doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
M doc/examples/osmo-sgsn/osmo-sgsn.cfg
M doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg
5 files changed, 50 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/88/35188/1
diff --git a/doc/examples/osmo-gtphub/osmo-gtphub-1iface.cfg
b/doc/examples/osmo-gtphub/osmo-gtphub-1iface.cfg
index 3913d2c..d4dadf9 100644
--- a/doc/examples/osmo-gtphub/osmo-gtphub-1iface.cfg
+++ b/doc/examples/osmo-gtphub/osmo-gtphub-1iface.cfg
@@ -5,6 +5,14 @@
! For the test, try to use most config commands.
!
+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
+
line vty
no login
diff --git a/doc/examples/osmo-gtphub/osmo-gtphub.cfg
b/doc/examples/osmo-gtphub/osmo-gtphub.cfg
index 652d97d..da9bba5 100644
--- a/doc/examples/osmo-gtphub/osmo-gtphub.cfg
+++ b/doc/examples/osmo-gtphub/osmo-gtphub.cfg
@@ -2,6 +2,14 @@
! Osmocom gtphub configuration
!
+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
+
line vty
no login
diff --git a/doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
b/doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
index 7abe7b3..69000b4 100644
--- a/doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
+++ b/doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
@@ -2,6 +2,14 @@
! Osmocom SGSN configuration
!
!
+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
+
line vty
no login
!
diff --git a/doc/examples/osmo-sgsn/osmo-sgsn.cfg b/doc/examples/osmo-sgsn/osmo-sgsn.cfg
index 11413c1..0b5ef4b 100644
--- a/doc/examples/osmo-sgsn/osmo-sgsn.cfg
+++ b/doc/examples/osmo-sgsn/osmo-sgsn.cfg
@@ -2,6 +2,14 @@
! Osmocom SGSN configuration
!
!
+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
+
line vty
no login
!
diff --git a/doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg
b/doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg
index 1cc4bde..a7ed9cf 100644
--- a/doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg
+++ b/doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg
@@ -2,6 +2,14 @@
! Osmocom SGSN configuration
!
!
+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
+
line vty
no login
!
--
To view, visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/35188?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I6b6aa5a5100cf0045dcba1b062acc9376d34b0ae
Gerrit-Change-Number: 35188
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange