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: If1d22814d89c4e52b3b7804110256d896b7cc99fchanges/81/26581/2
parent
ab69bcc39b
commit
650870c9f5
|
@ -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 @@ log stderr
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue