osmith has uploaded this change for review.

View Change

Use uniform log format for default config files

Related: OS#6272
Change-Id: I272767e029e95b64f2525d4f19efdfa1f0e29ca2
---
M doc/examples/osmo-ggsn-kernel-gtp.cfg
M doc/examples/osmo-ggsn.cfg
2 files changed, 18 insertions(+), 4 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/42/36842/1
diff --git a/doc/examples/osmo-ggsn-kernel-gtp.cfg b/doc/examples/osmo-ggsn-kernel-gtp.cfg
index 12da4f8..bed52b9 100644
--- a/doc/examples/osmo-ggsn-kernel-gtp.cfg
+++ b/doc/examples/osmo-ggsn-kernel-gtp.cfg
@@ -3,10 +3,12 @@
!!
!
log stderr
- logging filter all 1
logging color 1
- logging print category 0
+ logging print category-hex 0
+ logging print category 1
logging timestamp 0
+ logging print file basename last
+ logging print level 1
logging level ip info
logging level tun info
logging level ggsn info
diff --git a/doc/examples/osmo-ggsn.cfg b/doc/examples/osmo-ggsn.cfg
index 76fa257..53cebc1 100644
--- a/doc/examples/osmo-ggsn.cfg
+++ b/doc/examples/osmo-ggsn.cfg
@@ -3,10 +3,12 @@
!!
!
log stderr
- logging filter all 1
logging color 1
- logging print category 0
+ logging print category-hex 0
+ logging print category 1
logging timestamp 0
+ logging print file basename last
+ logging print level 1
logging level ip info
logging level tun info
logging level ggsn info

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

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I272767e029e95b64f2525d4f19efdfa1f0e29ca2
Gerrit-Change-Number: 36842
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange