[PATCH] osmo-gsm-manuals[master]: Document workaround for gsmtap logging

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
Thu Jan 18 14:08:44 UTC 2018


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

Document workaround for gsmtap logging

Document a way to minimize logging to stderr when gsmtap is used as a
log target.

Change-Id: I8e64a0075b5a4bad3f83660e0668e6de45b21008
---
M common/chapters/logging.adoc
1 file changed, 8 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/65/5865/1

diff --git a/common/chapters/logging.adoc b/common/chapters/logging.adoc
index beb1341..f385204 100644
--- a/common/chapters/logging.adoc
+++ b/common/chapters/logging.adoc
@@ -167,7 +167,14 @@
 .Wireshark with logs delivered over GSMTAP
 image::../common/images/wireshark-gsmtap-log.png[]
 
-Note: the logs are also duplicated to stderr when GSMTAP logging is configured.
+Note: the logs are also duplicated to stderr when GSMTAP logging is configured because stderr is the default log target which is
+initialized automatically. To descrease stderr logging to absolute minimum, you can configure it as follows:
+----
+OsmoBSC> enable
+OsmoBSC# configure terminal
+OsmoBSC(config)# log stderr
+OsmoBSC(config-log)# logging level all fatal
+----
 
 ==== Logging to a file
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e64a0075b5a4bad3f83660e0668e6de45b21008
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list