[PATCH] openbsc[master]: examples: remove logging level * everything

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Tue Mar 14 15:17:58 UTC 2017


Review at  https://gerrit.osmocom.org/2072

examples: remove logging level * everything

Option "logging level ... everything" is broken for quite some time and
might be deprecated in future. Replace it with "logging level ... debug"
in config examples.

Change-Id: I828ef7671b4fb38717526a18ff8e9a5428cd511e
Related: OS#71
---
M openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg
M openbsc/doc/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg
2 files changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/72/2072/1

diff --git a/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg b/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg
index 2e00bc2..6b48e97 100644
--- a/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg
+++ b/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg
@@ -6,7 +6,7 @@
   logging filter all 1
   logging color 1
   logging timestamp 0
-  logging level all everything
+  logging level all debug
   logging level rll notice
   logging level cc notice
   logging level mm notice
@@ -22,14 +22,14 @@
   logging level ho notice
   logging level db notice
   logging level ref notice
-  logging level gprs everything
+  logging level gprs debug
   logging level ns info
-  logging level bssgp everything
-  logging level llc everything
-  logging level sndcp everything
+  logging level bssgp debug
+  logging level llc debug
+  logging level sndcp debug
   logging level nat notice
   logging level ctrl notice
-  logging level smpp everything
+  logging level smpp debug
   logging level lglobal notice
   logging level llapd notice
   logging level linp notice
diff --git a/openbsc/doc/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg b/openbsc/doc/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg
index 566258e..15fd74a 100644
--- a/openbsc/doc/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg
+++ b/openbsc/doc/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg
@@ -6,7 +6,7 @@
   logging filter all 1
   logging color 1
   logging timestamp 0
-  logging level all everything
+  logging level all debug
   logging level gprs debug
   logging level ns info
   logging level bssgp debug

-- 
To view, visit https://gerrit.osmocom.org/2072
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I828ef7671b4fb38717526a18ff8e9a5428cd511e
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list