Change in docker-playground[master]: bsc-test: Reduce log verbosity of osmo-stp

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Dec 15 18:05:20 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/26581 )

Change subject: bsc-test: Reduce log verbosity of osmo-stp
......................................................................

bsc-test: Reduce log verbosity of osmo-stp

I don't really see the point of crating 19 MBytes of logs for every
ttcn3-bsc-* test run that consists mainly of debug messages about
sending a message from left to right. osmo-stp is not the IUT here,
but merely a part of the test fixture.  Let's reduce log verbosity.

Change-Id: If1d22814d89c4e52b3b7804110256d896b7cc99f
---
M ttcn3-bsc-test/osmo-stp.cfg
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified
  pespin: Looks good to me, but someone else must approve



diff --git a/ttcn3-bsc-test/osmo-stp.cfg b/ttcn3-bsc-test/osmo-stp.cfg
index 87398ac..9057564 100644
--- a/ttcn3-bsc-test/osmo-stp.cfg
+++ b/ttcn3-bsc-test/osmo-stp.cfg
@@ -3,7 +3,7 @@
 !!
 !
 log gsmtap 172.18.2.203
- logging level set-all debug
+ logging level set-all info
  logging filter all 1
 !
 log stderr
@@ -24,10 +24,10 @@
  logging level lstats notice
  logging level lgsup notice
  logging level loap notice
- logging level lss7 debug
- logging level lsccp debug
- logging level lsua debug
- logging level lm3ua debug
+ logging level lss7 info
+ logging level lsccp info
+ logging level lsua info
+ logging level lm3ua info
  logging level lmgcp notice
 !
 line vty

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26581
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: If1d22814d89c4e52b3b7804110256d896b7cc99f
Gerrit-Change-Number: 26581
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211215/70398efc/attachment.htm>


More information about the gerrit-log mailing list